#85B3EB

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

Shades of Jordy Blue #85B3EB

Tints of Jordy Blue #85B3EB

Color information

#85B3EB (or 0x85B3EB) is unknown color: approx Jordy Blue. HEX triplet: 85, B3 and EB. RGB value is (133,179,235). Sum of RGB (Red+Green+Blue) = 133+179+235=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #85B3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B3EB is #7A4C14. Grayscale: #ABABAB. Windows color (decimal): -8014869 or 15446917. OLE color: 15446917.

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

Color convert

RGB133179235-
CMYK0.430.2400.08
HSL212.94º71.83%72.16%-
HSV(B)212.94º43.4%92.16%-
XYZ40.7943.2284.79-
YUV171.63163.76100.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.31%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=24.31%
G=32.72%
B=42.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331792350.430.2400.08212.9471.8372.16
Hex85B3EB2B1808d54848
Octal2052633535330010325110110
Binary10000101101100111110101110101111000010001101010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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