#85B1EB

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

Shades of Jordy Blue #85B1EB

Tints of Jordy Blue #85B1EB

Color information

#85B1EB (or 0x85B1EB) is unknown color: approx Jordy Blue. HEX triplet: 85, B1 and EB. RGB value is (133,177,235). Sum of RGB (Red+Green+Blue) = 133+177+235=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #85B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85B1EB is #7A4E14. Grayscale: #AAAAAA. Windows color (decimal): -8015381 or 15446405. OLE color: 15446405.

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

Color convert

RGB133177235-
CMYK0.430.2500.08
HSL214.12º71.83%72.16%-
HSV(B)214.12º43.4%92.16%-
XYZ40.3942.4384.66-
YUV170.46164.42101.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.40%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=24.40%
G=32.48%
B=43.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331772350.430.2500.08214.1271.8372.16
Hex85B1EB2B1908d64848
Octal2052613535331010326110110
Binary10000101101100011110101110101111001010001101011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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