#74cbdf

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

Shades of Spray #74CBDF

Tints of Spray #74CBDF

Color information

#74CBDF (or 0x74CBDF) is unknown color: approx Spray. HEX triplet: 74, CB and DF. RGB value is (116,203,223). Sum of RGB (Red+Green+Blue) = 116+203+223=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #74CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CBDF is #8B3420. Grayscale: #B3B3B3. Windows color (decimal): -9122849 or 14666612. OLE color: 14666612.

HSL color Cylindrical-coordinate representation of color #74CBDF: hue angle of 191.21º degrees, saturation: 0.63, 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 #74CBDF is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116203223-
CMYK0.480.0900.13
HSL191.21º62.57%66.47%-
HSV(B)191.21º47.98%87.45%-
XYZ41.8851.7577.59-
YUV179.27152.6882.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.40%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=21.40%
G=37.45%
B=41.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162032230.480.0900.13191.2162.5766.47
Hex74CBDF3090Dbf3f42
Octal164313337601101527777102
Binary11101001100101111011111110000100101101101111111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74cbdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,203,223); }

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

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

 a { background-color: rgb(116,203,223); }

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

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

 span { border-color: rgb(116,203,223); }

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