Html Css Color HEX #85A9E0 Jordy Blue

📋 copy color: '#85A9E0'

red 133 ◦ green 169 ◦ blue 224

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

Shades of Jordy Blue #85A9E0

Tints of Jordy Blue #85A9E0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.13%

 BLUE value IS 224 (87.89% from 255) = 42.59%

R = 25.29%
G = 32.13%
B = 42.59%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#85A9E0 (or 0x85A9E0) is known color: Jordy Blue. HEX triplet: 85, A9 and E0. RGB value is (133,169,224). Sum of RGB (Red+Green+Blue) = 133+169+224=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #85A9E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A9E0 is #7A561F. Grayscale: #A4A4A4. Windows color (decimal): -8017440 or 14723461. OLE color: 14723461.

HSL color Cylindrical-coordinate representation of color #85A9E0: hue angle of 216.26º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85A9E0 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 169 224 -
CMYK 0.41 0.25 0 0.12
HSL 216.26º 0.59% 0.7% -
HSV(B) 216.26º 0.41% 0.88% -
XYZ 37.32 38.74 76.03 -
YUV 164.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 133 169 224 0.41 0.25 0 0.12 216.26 0.59 0.7
Hex 85 A9 E0 29 19 0 C D8 3B 46
Octal 205 251 340 51 31 0 14 330 73 106
Binary 10000101 10101001 11100000 101001 11001 0 1100 11011000 111011 1000110

Color Harmonies of #85A9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A9E0

Black with #85A9E0

Text Example


Text Example

White with #85A9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,169,224); }

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

background-color css

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

 a { background-color: rgb(133,169,224); }

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

border-color css

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

 span { border-color: rgb(133,169,224); }

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