#84DAFF

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

Shades of Light Sky Blue #84DAFF

Tints of Light Sky Blue #84DAFF

Color information

#84DAFF (or 0x84DAFF) is unknown color: approx Light Sky Blue. HEX triplet: 84, DA and FF. RGB value is (132,218,255). Sum of RGB (Red+Green+Blue) = 132+218+255=605 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.82% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #84DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DAFF is #7B2500. Grayscale: #C4C4C4. Windows color (decimal): -8070401 or 16767620. OLE color: 16767620.

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

Color convert

RGB132218255-
CMYK0.480.1500
HSL198.05º100%75.88%-
HSV(B)198.05º48.24%100%-
XYZ52.6462.27103.85-
YUV196.5161.0181.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.82%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 255 (100% from 255) = 42.15%
R=21.82%
G=36.03%
B=42.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322182550.480.1500198.0510075.88
Hex84DAFF30F00c6644c
Octal204332377601700306144114
Binary1000010011011010111111111100001111001100011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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