Html Css Color HEX #85ACD8 Jordy Blue

📋 copy color: '#85ACD8'

red 133 ◦ green 172 ◦ blue 216

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

Shades of Jordy Blue #85ACD8

Tints of Jordy Blue #85ACD8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.01%

 BLUE value IS 216 (84.77% from 255) = 41.46%

R = 25.53%
G = 33.01%
B = 41.46%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#85ACD8 (or 0x85ACD8) is known color: Jordy Blue. HEX triplet: 85, AC and D8. RGB value is (133,172,216). Sum of RGB (Red+Green+Blue) = 133+172+216=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #85ACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACD8 is #7A5327. Grayscale: #A5A5A5. Windows color (decimal): -8016680 or 14199941. OLE color: 14199941.

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

Color convert

RGB 133 172 216 -
CMYK 0.38 0.20 0 0.15
HSL 211.81º 0.52% 0.68% -
HSV(B) 211.81º 0.38% 0.85% -
XYZ 36.82 39.45 70.64 -
YUV 165.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 133 172 216 0.38 0.20 0 0.15 211.81 0.52 0.68
Hex 85 AC D8 26 14 0 F D4 34 44
Octal 205 254 330 46 24 0 17 324 64 104
Binary 10000101 10101100 11011000 100110 10100 0 1111 11010100 110100 1000100

Color Harmonies of #85ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACD8

Black with #85ACD8

Text Example


Text Example

White with #85ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,172,216); }

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

background-color css

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

 a { background-color: rgb(133,172,216); }

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

border-color css

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

 span { border-color: rgb(133,172,216); }

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