Html Css Color HEX #72D8FF Light Sky Blue

📋 copy color: '#72D8FF'

red 114 ◦ green 216 ◦ blue 255

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

Shades of Light Sky Blue #72D8FF

Tints of Light Sky Blue #72D8FF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.92%

 BLUE value IS 255 (100% from 255) = 43.59%

R = 19.49%
G = 36.92%
B = 43.59%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72D8FF (or 0x72D8FF) is known color: Light Sky Blue. HEX triplet: 72, D8 and FF. RGB value is (114,216,255). Sum of RGB (Red+Green+Blue) = 114+216+255=585 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.49% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #72D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D8FF is #8D2700. Grayscale: #BDBDBD. Windows color (decimal): -9250561 or 16767090. OLE color: 16767090.

HSL color Cylindrical-coordinate representation of color #72D8FF: hue angle of 196.6º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72D8FF is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 216 255 -
CMYK 0.55 0.15 0 0
HSL 196.6º 1% 0.72% -
HSV(B) 196.6º 0.55% 1% -
XYZ 49.55 59.91 103.56 -
YUV 189.95 164.71 73.83 -
System Red Green Blue C M Y K H S L
Decimal 114 216 255 0.55 0.15 0 0 196.6 1 0.72
Hex 72 D8 FF 37 F 0 0 C5 64 48
Octal 162 330 377 67 17 0 0 305 144 110
Binary 1110010 11011000 11111111 110111 1111 0 0 11000101 1100100 1001000

Color Harmonies of #72D8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D8FF

Black with #72D8FF

Text Example


Text Example

White with #72D8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,216,255); }

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

background-color css

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

 a { background-color: rgb(114,216,255); }

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

border-color css

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

 span { border-color: rgb(114,216,255); }

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