Html Css Color HEX #85AED9 Jordy Blue

📋 copy color: '#85AED9'

red 133 ◦ green 174 ◦ blue 217

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

Shades of Jordy Blue #85AED9

Tints of Jordy Blue #85AED9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.21%

 BLUE value IS 217 (85.16% from 255) = 41.41%

R = 25.38%
G = 33.21%
B = 41.41%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#85AED9 (or 0x85AED9) is known color: Jordy Blue. HEX triplet: 85, AE and D9. RGB value is (133,174,217). Sum of RGB (Red+Green+Blue) = 133+174+217=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #85AED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AED9 is #7A5126. Grayscale: #A6A6A6. Windows color (decimal): -8016167 or 14265989. OLE color: 14265989.

HSL color Cylindrical-coordinate representation of color #85AED9: hue angle of 210.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85AED9 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 174 217 -
CMYK 0.39 0.20 0 0.15
HSL 210.71º 0.53% 0.69% -
HSV(B) 210.71º 0.39% 0.85% -
XYZ 37.33 40.27 71.45 -
YUV 166.64 156.42 104 -
System Red Green Blue C M Y K H S L
Decimal 133 174 217 0.39 0.20 0 0.15 210.71 0.53 0.69
Hex 85 AE D9 27 14 0 F D3 34 45
Octal 205 256 331 47 24 0 17 323 64 105
Binary 10000101 10101110 11011001 100111 10100 0 1111 11010011 110100 1000101

Color Harmonies of #85AED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AED9

Black with #85AED9

Text Example


Text Example

White with #85AED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,174,217); }

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

background-color css

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

 a { background-color: rgb(133,174,217); }

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

border-color css

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

 span { border-color: rgb(133,174,217); }

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