#84CBE7

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

Shades of Sky Blue #84CBE7

Tints of Sky Blue #84CBE7

Color information

#84CBE7 (or 0x84CBE7) is unknown color: approx Sky Blue. HEX triplet: 84, CB and E7. RGB value is (132,203,231). Sum of RGB (Red+Green+Blue) = 132+203+231=566 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.32% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #84CBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CBE7 is #7B3418. Grayscale: #B8B8B8. Windows color (decimal): -8074265 or 15190916. OLE color: 15190916.

HSL color Cylindrical-coordinate representation of color #84CBE7: hue angle of 196.97º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84CBE7 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132203231-
CMYK0.430.1200.09
HSL196.97º67.35%71.18%-
HSV(B)196.97º42.86%90.59%-
XYZ45.353.3983.52-
YUV184.96153.9890.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.32%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 231 (90.62% from 255) = 40.81%
R=23.32%
G=35.87%
B=40.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1322032310.430.1200.09196.9767.3571.18
Hex84CBE72BC09c54347
Octal2043133475314011305103107
Binary1000010011001011111001111010111100010011100010110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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