#84CFFA

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

Shades of Light Sky Blue #84CFFA

Tints of Light Sky Blue #84CFFA

Color information

#84CFFA (or 0x84CFFA) is unknown color: approx Light Sky Blue. HEX triplet: 84, CF and FA. RGB value is (132,207,250). Sum of RGB (Red+Green+Blue) = 132+207+250=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #84CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CFFA is #7B3005. Grayscale: #BDBDBD. Windows color (decimal): -8073222 or 16437124. OLE color: 16437124.

HSL color Cylindrical-coordinate representation of color #84CFFA: hue angle of 201.86º 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 #84CFFA is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132207250-
CMYK0.470.1700.02
HSL201.86º92.19%74.9%-
HSV(B)201.86º47.2%98.04%-
XYZ49.0856.4398.75-
YUV189.48162.1587-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.41%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=22.41%
G=35.14%
B=42.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322072500.470.1700.02201.8692.1974.9
Hex84CFFA2F1102ca5c4b
Octal204317372572102312134113
Binary100001001100111111111010101111100010101100101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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