#84CAFE

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

Shades of Light Sky Blue #84CAFE

Tints of Light Sky Blue #84CAFE

Color information

#84CAFE (or 0x84CAFE) is unknown color: approx Light Sky Blue. HEX triplet: 84, CA and FE. RGB value is (132,202,254). Sum of RGB (Red+Green+Blue) = 132+202+254=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #84CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CAFE is #7B3501. Grayscale: #BABABA. Windows color (decimal): -8074498 or 16697988. OLE color: 16697988.

HSL color Cylindrical-coordinate representation of color #84CAFE: hue angle of 205.57º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84CAFE is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB132202254-
CMYK0.480.2000.00
HSL205.57º98.39%75.69%-
HSV(B)205.57º48.03%99.61%-
XYZ48.5354.3101.69-
YUV187165.8188.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.45%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=22.45%
G=34.35%
B=43.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322022540.480.2000.00205.5798.3975.69
Hex84CAFE301400ce624c
Octal204312376602400316142114
Binary10000100110010101111111011000010100001100111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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