#85BFEA

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

Shades of Sky Blue #85BFEA

Tints of Sky Blue #85BFEA

Color information

#85BFEA (or 0x85BFEA) is unknown color: approx Sky Blue. HEX triplet: 85, BF and EA. RGB value is (133,191,234). Sum of RGB (Red+Green+Blue) = 133+191+234=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #85BFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFEA is #7A4015. Grayscale: #B2B2B2. Windows color (decimal): -8011798 or 15384453. OLE color: 15384453.

HSL color Cylindrical-coordinate representation of color #85BFEA: hue angle of 205.54º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85BFEA is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133191234-
CMYK0.430.1800.08
HSL205.54º70.63%71.96%-
HSV(B)205.54º43.16%91.76%-
XYZ43.1548.1984.87-
YUV178.56159.2895.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.84%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=23.84%
G=34.23%
B=41.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331912340.430.1800.08205.5470.6371.96
Hex85BFEA2B1208ce4748
Octal2052773525322010316107110
Binary10000101101111111110101010101110010010001100111010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BFEA; }

 p { color: rgb(133,191,234); }

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

<style>
 a { background-color: #85BFEA; }

 a { background-color: rgb(133,191,234); }

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

<style>
 span { border-color: #85BFEA; }

 span { border-color: rgb(133,191,234); }

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