Html Css Color HEX #72CCDD Spray

📋 copy color: '#72CCDD'

red 114 ◦ green 204 ◦ blue 221

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

Shades of Spray #72CCDD

Tints of Spray #72CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

 BLUE value IS 221 (86.72% from 255) = 41%

R = 21.15%
G = 37.85%
B = 41%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#72CCDD (or 0x72CCDD) is known color: Spray. HEX triplet: 72, CC and DD. RGB value is (114,204,221). Sum of RGB (Red+Green+Blue) = 114+204+221=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #72CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCDD is #8D3322. Grayscale: #B2B2B2. Windows color (decimal): -9253667 or 14535794. OLE color: 14535794.

HSL color Cylindrical-coordinate representation of color #72CCDD: hue angle of 189.53º 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 #72CCDD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 204 221 -
CMYK 0.48 0.08 0 0.13
HSL 189.53º 0.61% 0.66% -
HSV(B) 189.53º 0.48% 0.87% -
XYZ 41.58 51.98 76.25 -
YUV 179.03 151.68 81.62 -
System Red Green Blue C M Y K H S L
Decimal 114 204 221 0.48 0.08 0 0.13 189.53 0.61 0.66
Hex 72 CC DD 30 8 0 D BE 3D 42
Octal 162 314 335 60 10 0 15 276 75 102
Binary 1110010 11001100 11011101 110000 1000 0 1101 10111110 111101 1000010

Color Harmonies of #72CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CCDD

Black with #72CCDD

Text Example


Text Example

White with #72CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,204,221); }

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

background-color css

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

 a { background-color: rgb(114,204,221); }

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

border-color css

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

 span { border-color: rgb(114,204,221); }

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