#85BCE1

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

Shades of Sky Blue #85BCE1

Tints of Sky Blue #85BCE1

Color information

#85BCE1 (or 0x85BCE1) is unknown color: approx Sky Blue. HEX triplet: 85, BC and E1. RGB value is (133,188,225). Sum of RGB (Red+Green+Blue) = 133+188+225=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #85BCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCE1 is #7A431E. Grayscale: #AFAFAF. Windows color (decimal): -8012575 or 14793861. OLE color: 14793861.

HSL color Cylindrical-coordinate representation of color #85BCE1: hue angle of 204.13º 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 #85BCE1 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB133188225-
CMYK0.410.1600.12
HSL204.13º60.53%70.2%-
HSV(B)204.13º40.89%88.24%-
XYZ41.2546.3978.01-
YUV175.77155.7897.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.36%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=24.36%
G=34.43%
B=41.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1331882250.410.1600.12204.1360.5370.2
Hex85BCE129100Ccc3d46
Octal205274341512001431475106
Binary1000010110111100111000011010011000001100110011001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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