Html Css Color HEX #85ABDE Jordy Blue

📋 copy color: '#85ABDE'

red 133 ◦ green 171 ◦ blue 222

#85ABDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #85ABDE

Tints of Jordy Blue #85ABDE

RGB

 RED value IS 133 (52.34% from 255) = 25.29%

 GREEN value IS 171 (67.19% from 255) = 32.51%

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 25.29%
G = 32.51%
B = 42.21%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85ABDE (or 0x85ABDE) is known color: Jordy Blue. HEX triplet: 85, AB and DE. RGB value is (133,171,222). Sum of RGB (Red+Green+Blue) = 133+171+222=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #85ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABDE is #7A5421. Grayscale: #A5A5A5. Windows color (decimal): -8016930 or 14592901. OLE color: 14592901.

HSL color Cylindrical-coordinate representation of color #85ABDE: hue angle of 214.38º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85ABDE is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 171 222 -
CMYK 0.40 0.23 0 0.13
HSL 214.38º 0.57% 0.7% -
HSV(B) 214.38º 0.4% 0.87% -
XYZ 37.42 39.39 74.74 -
YUV 165.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 133 171 222 0.40 0.23 0 0.13 214.38 0.57 0.7
Hex 85 AB DE 28 17 0 D D6 39 46
Octal 205 253 336 50 27 0 15 326 71 106
Binary 10000101 10101011 11011110 101000 10111 0 1101 11010110 111001 1000110

Color Harmonies of #85ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABDE

Black with #85ABDE

Text Example


Text Example

White with #85ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,171,222); }

 H1.HeaderClassName
 {
   color: #85ABDE;
 }
 .AnyTagClassName
 {
   color: #85ABDE;
 }
</style>

background-color css

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

 a { background-color: rgb(133,171,222); }

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

border-color css

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

 span { border-color: rgb(133,171,222); }

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