Html Css Color HEX #86AAFE Jordy Blue

📋 copy color: '#86AAFE'

red 134 ◦ green 170 ◦ blue 254

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

Shades of Jordy Blue #86AAFE

Tints of Jordy Blue #86AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 24.01%
G = 30.47%
B = 45.52%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#86AAFE (or 0x86AAFE) is known color: Jordy Blue. HEX triplet: 86, AA and FE. RGB value is (134,170,254). Sum of RGB (Red+Green+Blue) = 134+170+254=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #86AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AAFE is #795501. Grayscale: #A8A8A8. Windows color (decimal): -7951618 or 16689798. OLE color: 16689798.

HSL color Cylindrical-coordinate representation of color #86AAFE: hue angle of 222º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86AAFE is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 170 254 -
CMYK 0.47 0.33 0 0.00
HSL 222º 0.98% 0.76% -
HSV(B) 222º 0.47% 1% -
XYZ 42.1 40.97 99.46 -
YUV 168.81 176.07 103.17 -
System Red Green Blue C M Y K H S L
Decimal 134 170 254 0.47 0.33 0 0.00 222 0.98 0.76
Hex 86 AA FE 2F 21 0 0 DE 62 4C
Octal 206 252 376 57 41 0 0 336 142 114
Binary 10000110 10101010 11111110 101111 100001 0 0 11011110 1100010 1001100

Color Harmonies of #86AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AAFE

Black with #86AAFE

Text Example


Text Example

White with #86AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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