Html Css Color HEX #86AFDC Jordy Blue

📋 copy color: '#86AFDC'

red 134 ◦ green 175 ◦ blue 220

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

Shades of Jordy Blue #86AFDC

Tints of Jordy Blue #86AFDC

RGB

 RED value IS 134 (52.73% from 255) = 25.33%

 GREEN value IS 175 (68.75% from 255) = 33.08%

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

R = 25.33%
G = 33.08%
B = 41.59%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86AFDC (or 0x86AFDC) is known color: Jordy Blue. HEX triplet: 86, AF and DC. RGB value is (134,175,220). Sum of RGB (Red+Green+Blue) = 134+175+220=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #86AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFDC is #795023. Grayscale: #A7A7A7. Windows color (decimal): -7950372 or 14462854. OLE color: 14462854.

HSL color Cylindrical-coordinate representation of color #86AFDC: hue angle of 211.4º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86AFDC is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 175 220 -
CMYK 0.39 0.20 0 0.14
HSL 211.4º 0.55% 0.69% -
HSV(B) 211.4º 0.39% 0.86% -
XYZ 38.08 40.9 73.6 -
YUV 167.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 134 175 220 0.39 0.20 0 0.14 211.4 0.55 0.69
Hex 86 AF DC 27 14 0 E D3 37 45
Octal 206 257 334 47 24 0 16 323 67 105
Binary 10000110 10101111 11011100 100111 10100 0 1110 11010011 110111 1000101

Color Harmonies of #86AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFDC

Black with #86AFDC

Text Example


Text Example

White with #86AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AFDC; }

 p { color: rgb(134,175,220); }

 H1.HeaderClassName
 {
   color: #86AFDC;
 }
 .AnyTagClassName
 {
   color: #86AFDC;
 }
</style>

background-color css

<style>
 a { background-color: #86AFDC; }

 a { background-color: rgb(134,175,220); }

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

border-color css

<style>
 span { border-color: #86AFDC; }

 span { border-color: rgb(134,175,220); }

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