Html Css Color HEX #85A9E9 Jordy Blue

📋 copy color: '#85A9E9'

red 133 ◦ green 169 ◦ blue 233

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

Shades of Jordy Blue #85A9E9

Tints of Jordy Blue #85A9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.55%

R = 24.86%
G = 31.59%
B = 43.55%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#85A9E9 (or 0x85A9E9) is known color: Jordy Blue. HEX triplet: 85, A9 and E9. RGB value is (133,169,233). Sum of RGB (Red+Green+Blue) = 133+169+233=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #85A9E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A9E9 is #7A5616. Grayscale: #A5A5A5. Windows color (decimal): -8017431 or 15313285. OLE color: 15313285.

HSL color Cylindrical-coordinate representation of color #85A9E9: hue angle of 218.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85A9E9 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 169 233 -
CMYK 0.43 0.27 0 0.09
HSL 218.4º 0.69% 0.72% -
HSV(B) 218.4º 0.43% 0.91% -
XYZ 38.57 39.25 82.63 -
YUV 165.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 133 169 233 0.43 0.27 0 0.09 218.4 0.69 0.72
Hex 85 A9 E9 2B 1B 0 9 DA 45 48
Octal 205 251 351 53 33 0 11 332 105 110
Binary 10000101 10101001 11101001 101011 11011 0 1001 11011010 1000101 1001000

Color Harmonies of #85A9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A9E9

Black with #85A9E9

Text Example


Text Example

White with #85A9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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