#85BAE5

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

Shades of Jordy Blue #85BAE5

Tints of Jordy Blue #85BAE5

Color information

#85BAE5 (or 0x85BAE5) is unknown color: approx Jordy Blue. HEX triplet: 85, BA and E5. RGB value is (133,186,229). Sum of RGB (Red+Green+Blue) = 133+186+229=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #85BAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BAE5 is #7A451A. Grayscale: #AEAEAE. Windows color (decimal): -8013083 or 15055493. OLE color: 15055493.

HSL color Cylindrical-coordinate representation of color #85BAE5: hue angle of 206.88º 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 #85BAE5 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB133186229-
CMYK0.420.1900.10
HSL206.88º64.86%70.98%-
HSV(B)206.88º41.92%89.8%-
XYZ41.3745.7680.78-
YUV175.05158.4498-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.27%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=24.27%
G=33.94%
B=41.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1331862290.420.1900.10206.8864.8670.98
Hex85BAE52A130Acf4147
Octal2052723455223012317101107
Binary10000101101110101110010110101010011010101100111110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,186,229); }

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

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

 a { background-color: rgb(133,186,229); }

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

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

 span { border-color: rgb(133,186,229); }

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