#72DBFF

Color #72DBFF Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #72DBFF

Tints of Light Sky Blue #72DBFF

Color information

#72DBFF (or 0x72DBFF) is unknown color: approx Light Sky Blue. HEX triplet: 72, DB and FF. RGB value is (114,219,255). Sum of RGB (Red+Green+Blue) = 114+219+255=588 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.39% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #72DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DBFF is #8D2400. Grayscale: #BFBFBF. Windows color (decimal): -9249793 or 16767858. OLE color: 16767858.

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

Color convert

RGB114219255-
CMYK0.550.1400
HSL195.32º100%72.35%-
HSV(B)195.32º55.29%100%-
XYZ50.3261.46103.82-
YUV191.71163.7172.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.39%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 255 (100% from 255) = 43.37%
R=19.39%
G=37.24%
B=43.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142192550.550.1400195.3210072.35
Hex72DBFF37E00c36448
Octal162333377671600303144110
Binary111001011011011111111111101111110001100001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72DBFF;
 }
 .AnyTagClassName
 {
   color: #72DBFF;
 }
</style>
background-color css

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

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

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

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

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

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