Html Css Color HEX #85ADE8 Jordy Blue

📋 copy color: '#85ADE8'

red 133 ◦ green 173 ◦ blue 232

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

Shades of Jordy Blue #85ADE8

Tints of Jordy Blue #85ADE8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.16%

 BLUE value IS 232 (91.02% from 255) = 43.12%

R = 24.72%
G = 32.16%
B = 43.12%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#85ADE8 (or 0x85ADE8) is known color: Jordy Blue. HEX triplet: 85, AD and E8. RGB value is (133,173,232). Sum of RGB (Red+Green+Blue) = 133+173+232=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #85ADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ADE8 is #7A5217. Grayscale: #A7A7A7. Windows color (decimal): -8016408 or 15248773. OLE color: 15248773.

HSL color Cylindrical-coordinate representation of color #85ADE8: hue angle of 215.76º degrees, saturation: 0.68, 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 #85ADE8 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 173 232 -
CMYK 0.43 0.25 0 0.09
HSL 215.76º 0.68% 0.72% -
HSV(B) 215.76º 0.43% 0.91% -
XYZ 39.18 40.7 82.13 -
YUV 167.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 133 173 232 0.43 0.25 0 0.09 215.76 0.68 0.72
Hex 85 AD E8 2B 19 0 9 D8 44 48
Octal 205 255 350 53 31 0 11 330 104 110
Binary 10000101 10101101 11101000 101011 11001 0 1001 11011000 1000100 1001000

Color Harmonies of #85ADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADE8

Black with #85ADE8

Text Example


Text Example

White with #85ADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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