Html Css Color HEX #86AFEC Jordy Blue

📋 copy color: '#86AFEC'

red 134 ◦ green 175 ◦ blue 236

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

Shades of Jordy Blue #86AFEC

Tints of Jordy Blue #86AFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 24.59%
G = 32.11%
B = 43.3%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86AFEC (or 0x86AFEC) is known color: Jordy Blue. HEX triplet: 86, AF and EC. RGB value is (134,175,236). Sum of RGB (Red+Green+Blue) = 134+175+236=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #86AFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AFEC is #795013. Grayscale: #A9A9A9. Windows color (decimal): -7950356 or 15511430. OLE color: 15511430.

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

Color convert

RGB 134 175 236 -
CMYK 0.43 0.26 0 0.07
HSL 215.88º 0.73% 0.73% -
HSV(B) 215.88º 0.43% 0.93% -
XYZ 40.3 41.78 85.3 -
YUV 169.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 134 175 236 0.43 0.26 0 0.07 215.88 0.73 0.73
Hex 86 AF EC 2B 1A 0 7 D8 49 49
Octal 206 257 354 53 32 0 7 330 111 111
Binary 10000110 10101111 11101100 101011 11010 0 111 11011000 1001001 1001001

Color Harmonies of #86AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFEC

Black with #86AFEC

Text Example


Text Example

White with #86AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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