#84CEFC

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

Shades of Light Sky Blue #84CEFC

Tints of Light Sky Blue #84CEFC

Color information

#84CEFC (or 0x84CEFC) is unknown color: approx Light Sky Blue. HEX triplet: 84, CE and FC. RGB value is (132,206,252). Sum of RGB (Red+Green+Blue) = 132+206+252=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #84CEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CEFC is #7B3103. Grayscale: #BCBCBC. Windows color (decimal): -8073476 or 16567940. OLE color: 16567940.

HSL color Cylindrical-coordinate representation of color #84CEFC: hue angle of 203º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84CEFC is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132206252-
CMYK0.480.1800.01
HSL203º95.24%75.29%-
HSV(B)203º47.62%98.82%-
XYZ49.1656.08100.33-
YUV189.12163.4887.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.37%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=22.37%
G=34.92%
B=42.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322062520.480.1800.0120395.2475.29
Hex84CEFC301201cb5f4b
Octal204316374602201313137113
Binary10000100110011101111110011000010010011100101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,206,252); }

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

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

 a { background-color: rgb(132,206,252); }

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

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

 span { border-color: rgb(132,206,252); }

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