#84CAEC

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

Shades of Sky Blue #84CAEC

Tints of Sky Blue #84CAEC

Color information

#84CAEC (or 0x84CAEC) is unknown color: approx Sky Blue. HEX triplet: 84, CA and EC. RGB value is (132,202,236). Sum of RGB (Red+Green+Blue) = 132+202+236=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #84CAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CAEC is #7B3513. Grayscale: #B8B8B8. Windows color (decimal): -8074516 or 15518340. OLE color: 15518340.

HSL color Cylindrical-coordinate representation of color #84CAEC: hue angle of 199.62º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84CAEC is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132202236-
CMYK0.440.1400.07
HSL199.62º73.24%72.16%-
HSV(B)199.62º44.07%92.55%-
XYZ45.7853.287.21-
YUV184.95156.8190.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.16%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=23.16%
G=35.44%
B=41.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322022360.440.1400.07199.6273.2472.16
Hex84CAEC2CE07c84948
Octal204312354541607310111110
Binary100001001100101011101100101100111001111100100010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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