Html Css Color HEX #72DAFF Light Sky Blue

📋 copy color: '#72DAFF'

red 114 ◦ green 218 ◦ blue 255

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

Shades of Light Sky Blue #72DAFF

Tints of Light Sky Blue #72DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.14%

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

R = 19.42%
G = 37.14%
B = 43.44%

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

#72DAFF (or 0x72DAFF) is known color: Light Sky Blue. HEX triplet: 72, DA and FF. RGB value is (114,218,255). Sum of RGB (Red+Green+Blue) = 114+218+255=587 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.42% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #72DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DAFF is #8D2500. Grayscale: #BEBEBE. Windows color (decimal): -9250049 or 16767602. OLE color: 16767602.

HSL color Cylindrical-coordinate representation of color #72DAFF: hue angle of 195.74º 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 #72DAFF is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 218 255 -
CMYK 0.55 0.15 0 0
HSL 195.74º 1% 0.72% -
HSV(B) 195.74º 0.55% 1% -
XYZ 50.06 60.94 103.73 -
YUV 191.12 164.04 72.99 -
System Red Green Blue C M Y K H S L
Decimal 114 218 255 0.55 0.15 0 0 195.74 1 0.72
Hex 72 DA FF 37 F 0 0 C4 64 48
Octal 162 332 377 67 17 0 0 304 144 110
Binary 1110010 11011010 11111111 110111 1111 0 0 11000100 1100100 1001000

Color Harmonies of #72DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DAFF

Black with #72DAFF

Text Example


Text Example

White with #72DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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