#74CFDD

Color #74CFDD Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #74CFDD

Tints of Spray #74CFDD

Color information

#74CFDD (or 0x74CFDD) is unknown color: approx Spray. HEX triplet: 74, CF and DD. RGB value is (116,207,221). Sum of RGB (Red+Green+Blue) = 116+207+221=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #74CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFDD is #8B3022. Grayscale: #B5B5B5. Windows color (decimal): -9121827 or 14536564. OLE color: 14536564.

HSL color Cylindrical-coordinate representation of color #74CFDD: hue angle of 188º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74CFDD is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116207221-
CMYK0.480.0600.13
HSL188º60.69%66.08%-
HSV(B)188º47.51%86.67%-
XYZ42.5753.5676.5-
YUV181.39150.3581.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 21.32%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=21.32%
G=38.05%
B=40.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162072210.480.0600.1318860.6966.08
Hex74CFDD3060Dbc3d42
Octal16431733560601527475102
Binary1110100110011111101110111000011001101101111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74CFDD; }

 p { color: rgb(116,207,221); }

 H1.HeaderClassName
 {
   color: #74CFDD;
 }
 .AnyTagClassName
 {
   color: #74CFDD;
 }
</style>
background-color css

<style>
 a { background-color: #74CFDD; }

 a { background-color: rgb(116,207,221); }

 div.DivClassName
 {
   background-color: #74CFDD;
 }
 .BgClassName
 {
   background-color: #74CFDD;
 }
</style>
border-color css

<style>
 span { border-color: #74CFDD; }

 span { border-color: rgb(116,207,221); }

 td.TdClassName
 {
   border-color: #74CFDD;
 }
 .TagClassName
 {
   border-color: #74CFDD;
 }
</style>