Html Css Color HEX #85A8DC Jordy Blue

📋 copy color: '#85A8DC'

red 133 ◦ green 168 ◦ blue 220

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

Shades of Jordy Blue #85A8DC

Tints of Jordy Blue #85A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.25%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 25.53%
G = 32.25%
B = 42.23%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85A8DC (or 0x85A8DC) is known color: Jordy Blue. HEX triplet: 85, A8 and DC. RGB value is (133,168,220). Sum of RGB (Red+Green+Blue) = 133+168+220=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #85A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8DC is #7A5723. Grayscale: #A3A3A3. Windows color (decimal): -8017700 or 14461061. OLE color: 14461061.

HSL color Cylindrical-coordinate representation of color #85A8DC: hue angle of 215.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A8DC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 168 220 -
CMYK 0.40 0.24 0 0.14
HSL 215.86º 0.55% 0.69% -
HSV(B) 215.86º 0.4% 0.86% -
XYZ 36.59 38.16 73.15 -
YUV 163.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 133 168 220 0.40 0.24 0 0.14 215.86 0.55 0.69
Hex 85 A8 DC 28 18 0 E D8 37 45
Octal 205 250 334 50 30 0 16 330 67 105
Binary 10000101 10101000 11011100 101000 11000 0 1110 11011000 110111 1000101

Color Harmonies of #85A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A8DC

Black with #85A8DC

Text Example


Text Example

White with #85A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,168,220); }

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

background-color css

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

 a { background-color: rgb(133,168,220); }

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

border-color css

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

 span { border-color: rgb(133,168,220); }

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