Html Css Color HEX #86AAEE Jordy Blue

📋 copy color: '#86AAEE'

red 134 ◦ green 170 ◦ blue 238

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

Shades of Jordy Blue #86AAEE

Tints of Jordy Blue #86AAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.37%

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 24.72%
G = 31.37%
B = 43.91%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86AAEE (or 0x86AAEE) is known color: Jordy Blue. HEX triplet: 86, AA and EE. RGB value is (134,170,238). Sum of RGB (Red+Green+Blue) = 134+170+238=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #86AAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AAEE is #795511. Grayscale: #A6A6A6. Windows color (decimal): -7951634 or 15641222. OLE color: 15641222.

HSL color Cylindrical-coordinate representation of color #86AAEE: hue angle of 219.23º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86AAEE is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 170 238 -
CMYK 0.44 0.29 0 0.07
HSL 219.23º 0.75% 0.73% -
HSV(B) 219.23º 0.44% 0.93% -
XYZ 39.64 39.99 86.52 -
YUV 166.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 134 170 238 0.44 0.29 0 0.07 219.23 0.75 0.73
Hex 86 AA EE 2C 1D 0 7 DB 4B 49
Octal 206 252 356 54 35 0 7 333 113 111
Binary 10000110 10101010 11101110 101100 11101 0 111 11011011 1001011 1001001

Color Harmonies of #86AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AAEE

Black with #86AAEE

Text Example


Text Example

White with #86AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,170,238); }

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

background-color css

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

 a { background-color: rgb(134,170,238); }

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

border-color css

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

 span { border-color: rgb(134,170,238); }

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