#85ADEB

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

Shades of Jordy Blue #85ADEB

Tints of Jordy Blue #85ADEB

Color information

#85ADEB (or 0x85ADEB) is unknown color: approx Jordy Blue. HEX triplet: 85, AD and EB. RGB value is (133,173,235). Sum of RGB (Red+Green+Blue) = 133+173+235=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #85ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ADEB is #7A5214. Grayscale: #A7A7A7. Windows color (decimal): -8016405 or 15445381. OLE color: 15445381.

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

Color convert

RGB133173235-
CMYK0.430.2600.08
HSL216.47º71.83%72.16%-
HSV(B)216.47º43.4%92.16%-
XYZ39.6140.8784.4-
YUV168.11165.75102.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.58%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=24.58%
G=31.98%
B=43.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331732350.430.2600.08216.4771.8372.16
Hex85ADEB2B1A08d84848
Octal2052553535332010330110110
Binary10000101101011011110101110101111010010001101100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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