Html Css Color HEX #86AFEA Jordy Blue

📋 copy color: '#86AFEA'

red 134 ◦ green 175 ◦ blue 234

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

Shades of Jordy Blue #86AFEA

Tints of Jordy Blue #86AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 24.68%
G = 32.23%
B = 43.09%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#86AFEA (or 0x86AFEA) is known color: Jordy Blue. HEX triplet: 86, AF and EA. RGB value is (134,175,234). Sum of RGB (Red+Green+Blue) = 134+175+234=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #86AFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AFEA is #795015. Grayscale: #A9A9A9. Windows color (decimal): -7950358 or 15380358. OLE color: 15380358.

HSL color Cylindrical-coordinate representation of color #86AFEA: hue angle of 215.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86AFEA is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 175 234 -
CMYK 0.43 0.25 0 0.08
HSL 215.4º 0.7% 0.72% -
HSV(B) 215.4º 0.43% 0.92% -
XYZ 40.01 41.67 83.78 -
YUV 169.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 134 175 234 0.43 0.25 0 0.08 215.4 0.7 0.72
Hex 86 AF EA 2B 19 0 8 D7 46 48
Octal 206 257 352 53 31 0 10 327 106 110
Binary 10000110 10101111 11101010 101011 11001 0 1000 11010111 1000110 1001000

Color Harmonies of #86AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFEA

Black with #86AFEA

Text Example


Text Example

White with #86AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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