#84CBE5

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

Shades of Sky Blue #84CBE5

Tints of Sky Blue #84CBE5

Color information

#84CBE5 (or 0x84CBE5) is unknown color: approx Sky Blue. HEX triplet: 84, CB and E5. RGB value is (132,203,229). Sum of RGB (Red+Green+Blue) = 132+203+229=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #84CBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBE5 is #7B341A. Grayscale: #B8B8B8. Windows color (decimal): -8074267 or 15059844. OLE color: 15059844.

HSL color Cylindrical-coordinate representation of color #84CBE5: hue angle of 196.08º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84CBE5 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB132203229-
CMYK0.420.1100.10
HSL196.08º65.1%70.78%-
HSV(B)196.08º42.36%89.8%-
XYZ45.0153.2782.04-
YUV184.74152.9890.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.40%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 229 (89.84% from 255) = 40.60%
R=23.40%
G=35.99%
B=40.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1322032290.420.1100.10196.0865.170.78
Hex84CBE52AB0Ac44147
Octal2043133455213012304101107
Binary1000010011001011111001011010101011010101100010010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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