Html Css Color HEX #72CBDC Spray

📋 copy color: '#72CBDC'

red 114 ◦ green 203 ◦ blue 220

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

Shades of Spray #72CBDC

Tints of Spray #72CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 21.23%
G = 37.8%
B = 40.97%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72CBDC (or 0x72CBDC) is known color: Spray. HEX triplet: 72, CB and DC. RGB value is (114,203,220). Sum of RGB (Red+Green+Blue) = 114+203+220=537 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.23% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #72CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CBDC is #8D3423. Grayscale: #B2B2B2. Windows color (decimal): -9253924 or 14470002. OLE color: 14470002.

HSL color Cylindrical-coordinate representation of color #72CBDC: hue angle of 189.62º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72CBDC is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 203 220 -
CMYK 0.48 0.08 0 0.14
HSL 189.62º 0.6% 0.65% -
HSV(B) 189.62º 0.48% 0.86% -
XYZ 41.21 51.46 75.47 -
YUV 178.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 114 203 220 0.48 0.08 0 0.14 189.62 0.6 0.65
Hex 72 CB DC 30 8 0 E BE 3C 41
Octal 162 313 334 60 10 0 16 276 74 101
Binary 1110010 11001011 11011100 110000 1000 0 1110 10111110 111100 1000001

Color Harmonies of #72CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CBDC

Black with #72CBDC

Text Example


Text Example

White with #72CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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