#84CAFF

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

Shades of Light Sky Blue #84CAFF

Tints of Light Sky Blue #84CAFF

Color information

#84CAFF (or 0x84CAFF) is unknown color: approx Light Sky Blue. HEX triplet: 84, CA and FF. RGB value is (132,202,255). Sum of RGB (Red+Green+Blue) = 132+202+255=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #84CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CAFF is #7B3500. Grayscale: #BABABA. Windows color (decimal): -8074497 or 16763524. OLE color: 16763524.

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

Color convert

RGB132202255-
CMYK0.480.2100
HSL205.85º100%75.88%-
HSV(B)205.85º48.24%100%-
XYZ48.6954.37102.54-
YUV187.11166.3188.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.41%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 255 (100% from 255) = 43.29%
R=22.41%
G=34.30%
B=43.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322022550.480.2100205.8510075.88
Hex84CAFF301500ce644c
Octal204312377602500316144114
Binary10000100110010101111111111000010101001100111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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