#85BAEB

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

Shades of Jordy Blue #85BAEB

Tints of Jordy Blue #85BAEB

Color information

#85BAEB (or 0x85BAEB) is unknown color: approx Jordy Blue. HEX triplet: 85, BA and EB. RGB value is (133,186,235). Sum of RGB (Red+Green+Blue) = 133+186+235=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #85BAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAEB is #7A4514. Grayscale: #AFAFAF. Windows color (decimal): -8013077 or 15448709. OLE color: 15448709.

HSL color Cylindrical-coordinate representation of color #85BAEB: hue angle of 208.82º degrees, saturation: 0.72, 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 #85BAEB is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133186235-
CMYK0.430.2100.08
HSL208.82º71.83%72.16%-
HSV(B)208.82º43.4%92.16%-
XYZ42.2346.185.27-
YUV175.74161.4497.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.01%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=24.01%
G=33.57%
B=42.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331862350.430.2100.08208.8271.8372.16
Hex85BAEB2B1508d14848
Octal2052723535325010321110110
Binary10000101101110101110101110101110101010001101000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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