Html Css Color HEX #86A8EE Jordy Blue

📋 copy color: '#86A8EE'

red 134 ◦ green 168 ◦ blue 238

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

Shades of Jordy Blue #86A8EE

Tints of Jordy Blue #86A8EE

RGB

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

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

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

R = 24.81%
G = 31.11%
B = 44.07%

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

#86A8EE (or 0x86A8EE) is known color: Jordy Blue. HEX triplet: 86, A8 and EE. RGB value is (134,168,238). Sum of RGB (Red+Green+Blue) = 134+168+238=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #86A8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A8EE is #795711. Grayscale: #A5A5A5. Windows color (decimal): -7952146 or 15640710. OLE color: 15640710.

HSL color Cylindrical-coordinate representation of color #86A8EE: hue angle of 220.38º 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 #86A8EE is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 168 238 -
CMYK 0.44 0.29 0 0.07
HSL 220.38º 0.75% 0.73% -
HSV(B) 220.38º 0.44% 0.93% -
XYZ 39.27 39.25 86.39 -
YUV 165.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 134 168 238 0.44 0.29 0 0.07 220.38 0.75 0.73
Hex 86 A8 EE 2C 1D 0 7 DC 4B 49
Octal 206 250 356 54 35 0 7 334 113 111
Binary 10000110 10101000 11101110 101100 11101 0 111 11011100 1001011 1001001

Color Harmonies of #86A8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A8EE

Black with #86A8EE

Text Example


Text Example

White with #86A8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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