#84DEFF

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

Shades of Light Sky Blue #84DEFF

Tints of Light Sky Blue #84DEFF

Color information

#84DEFF (or 0x84DEFF) is unknown color: approx Light Sky Blue. HEX triplet: 84, DE and FF. RGB value is (132,222,255). Sum of RGB (Red+Green+Blue) = 132+222+255=609 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.67% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #84DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DEFF is #7B2100. Grayscale: #C6C6C6. Windows color (decimal): -8069377 or 16768644. OLE color: 16768644.

HSL color Cylindrical-coordinate representation of color #84DEFF: hue angle of 196.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84DEFF is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB132222255-
CMYK0.480.1300
HSL196.1º100%75.88%-
HSV(B)196.1º48.24%100%-
XYZ53.6964.37104.2-
YUV198.85159.6880.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.67%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 255 (100% from 255) = 41.87%
R=21.67%
G=36.45%
B=41.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322222550.480.1300196.110075.88
Hex84DEFF30D00c4644c
Octal204336377601500304144114
Binary1000010011011110111111111100001101001100010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84DEFF; }

 p { color: rgb(132,222,255); }

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

<style>
 a { background-color: #84DEFF; }

 a { background-color: rgb(132,222,255); }

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

<style>
 span { border-color: #84DEFF; }

 span { border-color: rgb(132,222,255); }

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