Html Css Color HEX #72CBCD Spray

📋 copy color: '#72CBCD'

red 114 ◦ green 203 ◦ blue 205

#72CBCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #72CBCD

Tints of Spray #72CBCD

RGB

 RED value IS 114 (44.92% from 255) = 21.84%

 GREEN value IS 203 (79.69% from 255) = 38.89%

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 21.84%
G = 38.89%
B = 39.27%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#72CBCD (or 0x72CBCD) is known color: Spray. HEX triplet: 72, CB and CD. RGB value is (114,203,205). Sum of RGB (Red+Green+Blue) = 114+203+205=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #72CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CBCD is #8D3432. Grayscale: #B0B0B0. Windows color (decimal): -9253939 or 13486962. OLE color: 13486962.

HSL color Cylindrical-coordinate representation of color #72CBCD: hue angle of 181.32º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CBCD is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 203 205 -
CMYK 0.44 0.01 0 0.20
HSL 181.32º 0.48% 0.63% -
HSV(B) 181.32º 0.44% 0.8% -
XYZ 39.31 50.7 65.47 -
YUV 176.62 144.01 83.34 -
System Red Green Blue C M Y K H S L
Decimal 114 203 205 0.44 0.01 0 0.20 181.32 0.48 0.63
Hex 72 CB CD 2C 1 0 14 B5 30 3F
Octal 162 313 315 54 1 0 24 265 60 77
Binary 1110010 11001011 11001101 101100 1 0 10100 10110101 110000 111111

Color Harmonies of #72CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CBCD

Black with #72CBCD

Text Example


Text Example

White with #72CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72CBCD; }

 p { color: rgb(114,203,205); }

 H1.HeaderClassName
 {
   color: #72CBCD;
 }
 .AnyTagClassName
 {
   color: #72CBCD;
 }
</style>

background-color css

<style>
 a { background-color: #72CBCD; }

 a { background-color: rgb(114,203,205); }

 div.DivClassName
 {
   background-color: #72CBCD;
 }
 .BgClassName
 {
   background-color: #72CBCD;
 }
</style>

border-color css

<style>
 span { border-color: #72CBCD; }

 span { border-color: rgb(114,203,205); }

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