#84CAF3

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

Shades of Light Sky Blue #84CAF3

Tints of Light Sky Blue #84CAF3

Color information

#84CAF3 (or 0x84CAF3) is unknown color: approx Light Sky Blue. HEX triplet: 84, CA and F3. RGB value is (132,202,243). Sum of RGB (Red+Green+Blue) = 132+202+243=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #84CAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CAF3 is #7B350C. Grayscale: #B9B9B9. Windows color (decimal): -8074509 or 15977092. OLE color: 15977092.

HSL color Cylindrical-coordinate representation of color #84CAF3: hue angle of 202.16º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84CAF3 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB132202243-
CMYK0.460.1700.05
HSL202.16º82.22%73.53%-
HSV(B)202.16º45.68%95.29%-
XYZ46.8153.6292.68-
YUV185.74160.3189.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.88%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 243 (95.31% from 255) = 42.11%
R=22.88%
G=35.01%
B=42.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322022430.460.1700.05202.1682.2273.53
Hex84CAF32E1105ca524a
Octal204312363562105312122112
Binary1000010011001010111100111011101000101011100101010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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