#85BFE1

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

Shades of Sky Blue #85BFE1

Tints of Sky Blue #85BFE1

Color information

#85BFE1 (or 0x85BFE1) is unknown color: approx Sky Blue. HEX triplet: 85, BF and E1. RGB value is (133,191,225). Sum of RGB (Red+Green+Blue) = 133+191+225=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #85BFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFE1 is #7A401E. Grayscale: #B1B1B1. Windows color (decimal): -8011807 or 14794629. OLE color: 14794629.

HSL color Cylindrical-coordinate representation of color #85BFE1: hue angle of 202.17º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85BFE1 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB133191225-
CMYK0.410.1500.12
HSL202.17º60.53%70.2%-
HSV(B)202.17º40.89%88.24%-
XYZ41.8947.6878.23-
YUV177.53154.7896.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.23%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 225 (88.28% from 255) = 40.98%
R=24.23%
G=34.79%
B=40.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1331912250.410.1500.12202.1760.5370.2
Hex85BFE129F0Cca3d46
Octal205277341511701431275106
Binary100001011011111111100001101001111101100110010101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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