Html Css Color HEX #85A6DC Jordy Blue

📋 copy color: '#85A6DC'

red 133 ◦ green 166 ◦ blue 220

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

Shades of Jordy Blue #85A6DC

Tints of Jordy Blue #85A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.98%

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

R = 25.63%
G = 31.98%
B = 42.39%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85A6DC (or 0x85A6DC) is known color: Jordy Blue. HEX triplet: 85, A6 and DC. RGB value is (133,166,220). Sum of RGB (Red+Green+Blue) = 133+166+220=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #85A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A6DC is #7A5923. Grayscale: #A2A2A2. Windows color (decimal): -8018212 or 14460549. OLE color: 14460549.

HSL color Cylindrical-coordinate representation of color #85A6DC: hue angle of 217.24º 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 #85A6DC is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 166 220 -
CMYK 0.40 0.25 0 0.14
HSL 217.24º 0.55% 0.69% -
HSV(B) 217.24º 0.4% 0.86% -
XYZ 36.23 37.43 73.02 -
YUV 162.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 133 166 220 0.40 0.25 0 0.14 217.24 0.55 0.69
Hex 85 A6 DC 28 19 0 E D9 37 45
Octal 205 246 334 50 31 0 16 331 67 105
Binary 10000101 10100110 11011100 101000 11001 0 1110 11011001 110111 1000101

Color Harmonies of #85A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A6DC

Black with #85A6DC

Text Example


Text Example

White with #85A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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