#85BBEB

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

Shades of Jordy Blue #85BBEB

Tints of Jordy Blue #85BBEB

Color information

#85BBEB (or 0x85BBEB) is unknown color: approx Jordy Blue. HEX triplet: 85, BB and EB. RGB value is (133,187,235). Sum of RGB (Red+Green+Blue) = 133+187+235=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #85BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBEB is #7A4414. Grayscale: #B0B0B0. Windows color (decimal): -8012821 or 15448965. OLE color: 15448965.

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

Color convert

RGB133187235-
CMYK0.430.2000.08
HSL208.24º71.83%72.16%-
HSV(B)208.24º43.4%92.16%-
XYZ42.4446.5385.34-
YUV176.33161.1197.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.96%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=23.96%
G=33.69%
B=42.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331872350.430.2000.08208.2471.8372.16
Hex85BBEB2B1408d04848
Octal2052733535324010320110110
Binary10000101101110111110101110101110100010001101000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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