Html Css Color HEX #72CEDA Spray

📋 copy color: '#72CEDA'

red 114 ◦ green 206 ◦ blue 218

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

Shades of Spray #72CEDA

Tints of Spray #72CEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.29%

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 21.19%
G = 38.29%
B = 40.52%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#72CEDA (or 0x72CEDA) is known color: Spray. HEX triplet: 72, CE and DA. RGB value is (114,206,218). Sum of RGB (Red+Green+Blue) = 114+206+218=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #72CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEDA is #8D3125. Grayscale: #B3B3B3. Windows color (decimal): -9253158 or 14339698. OLE color: 14339698.

HSL color Cylindrical-coordinate representation of color #72CEDA: hue angle of 186.92º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72CEDA is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 206 218 -
CMYK 0.48 0.06 0 0.15
HSL 186.92º 0.58% 0.65% -
HSV(B) 186.92º 0.48% 0.85% -
XYZ 41.67 52.78 74.32 -
YUV 179.86 149.52 81.02 -
System Red Green Blue C M Y K H S L
Decimal 114 206 218 0.48 0.06 0 0.15 186.92 0.58 0.65
Hex 72 CE DA 30 6 0 F BB 3A 41
Octal 162 316 332 60 6 0 17 273 72 101
Binary 1110010 11001110 11011010 110000 110 0 1111 10111011 111010 1000001

Color Harmonies of #72CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CEDA

Black with #72CEDA

Text Example


Text Example

White with #72CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,206,218); }

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

background-color css

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

 a { background-color: rgb(114,206,218); }

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

border-color css

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

 span { border-color: rgb(114,206,218); }

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