#84CBFA

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

Shades of Light Sky Blue #84CBFA

Tints of Light Sky Blue #84CBFA

Color information

#84CBFA (or 0x84CBFA) is unknown color: approx Light Sky Blue. HEX triplet: 84, CB and FA. RGB value is (132,203,250). Sum of RGB (Red+Green+Blue) = 132+203+250=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #84CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CBFA is #7B3405. Grayscale: #BABABA. Windows color (decimal): -8074246 or 16436100. OLE color: 16436100.

HSL color Cylindrical-coordinate representation of color #84CBFA: hue angle of 203.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84CBFA is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132203250-
CMYK0.470.1900.02
HSL203.9º92.19%74.9%-
HSV(B)203.9º47.2%98.04%-
XYZ48.1354.5298.43-
YUV187.13163.4888.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.56%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=22.56%
G=34.70%
B=42.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322032500.470.1900.02203.992.1974.9
Hex84CBFA2F1302cc5c4b
Octal204313372572302314134113
Binary100001001100101111111010101111100110101100110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,203,250); }

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

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

 a { background-color: rgb(132,203,250); }

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

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

 span { border-color: rgb(132,203,250); }

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