#84C2F1

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

Shades of Light Sky Blue #84C2F1

Tints of Light Sky Blue #84C2F1

Color information

#84C2F1 (or 0x84C2F1) is unknown color: approx Light Sky Blue. HEX triplet: 84, C2 and F1. RGB value is (132,194,241). Sum of RGB (Red+Green+Blue) = 132+194+241=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #84C2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C2F1 is #7B3D0E. Grayscale: #B4B4B4. Windows color (decimal): -8076559 or 15843972. OLE color: 15843972.

HSL color Cylindrical-coordinate representation of color #84C2F1: hue angle of 205.87º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84C2F1 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB132194241-
CMYK0.450.2000.05
HSL205.87º79.56%73.14%-
HSV(B)205.87º45.23%94.51%-
XYZ44.6849.8490.48-
YUV180.82161.9693.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.28%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=23.28%
G=34.22%
B=42.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1321942410.450.2000.05205.8779.5673.14
Hex84C2F12D1405ce5049
Octal204302361552405316120111
Binary1000010011000010111100011011011010001011100111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,194,241); }

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

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

 a { background-color: rgb(132,194,241); }

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

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

 span { border-color: rgb(132,194,241); }

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