Html Css Color HEX #86AFDB Jordy Blue

📋 copy color: '#86AFDB'

red 134 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #86AFDB

Tints of Jordy Blue #86AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 25.38%
G = 33.14%
B = 41.48%

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

#86AFDB (or 0x86AFDB) is known color: Jordy Blue. HEX triplet: 86, AF and DB. RGB value is (134,175,219). Sum of RGB (Red+Green+Blue) = 134+175+219=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #86AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFDB is #795024. Grayscale: #A7A7A7. Windows color (decimal): -7950373 or 14397318. OLE color: 14397318.

HSL color Cylindrical-coordinate representation of color #86AFDB: hue angle of 211.06º degrees, saturation: 0.54, 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 #86AFDB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 175 219 -
CMYK 0.39 0.20 0 0.14
HSL 211.06º 0.54% 0.69% -
HSV(B) 211.06º 0.39% 0.86% -
XYZ 37.95 40.84 72.9 -
YUV 167.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 134 175 219 0.39 0.20 0 0.14 211.06 0.54 0.69
Hex 86 AF DB 27 14 0 E D3 36 45
Octal 206 257 333 47 24 0 16 323 66 105
Binary 10000110 10101111 11011011 100111 10100 0 1110 11010011 110110 1000101

Color Harmonies of #86AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFDB

Black with #86AFDB

Text Example


Text Example

White with #86AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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