Html Css Color HEX #86A4FE Jordy Blue

📋 copy color: '#86A4FE'

red 134 ◦ green 164 ◦ blue 254

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

Shades of Jordy Blue #86A4FE

Tints of Jordy Blue #86A4FE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.71%

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

R = 24.28%
G = 29.71%
B = 46.01%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#86A4FE (or 0x86A4FE) is known color: Jordy Blue. HEX triplet: 86, A4 and FE. RGB value is (134,164,254). Sum of RGB (Red+Green+Blue) = 134+164+254=552 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.28% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #86A4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A4FE is #795B01. Grayscale: #A4A4A4. Windows color (decimal): -7953154 or 16688262. OLE color: 16688262.

HSL color Cylindrical-coordinate representation of color #86A4FE: hue angle of 225º 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 #86A4FE is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 164 254 -
CMYK 0.47 0.35 0 0.00
HSL 225º 0.98% 0.76% -
HSV(B) 225º 0.47% 1% -
XYZ 41 38.78 99.09 -
YUV 165.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 134 164 254 0.47 0.35 0 0.00 225 0.98 0.76
Hex 86 A4 FE 2F 23 0 0 E1 62 4C
Octal 206 244 376 57 43 0 0 341 142 114
Binary 10000110 10100100 11111110 101111 100011 0 0 11100001 1100010 1001100

Color Harmonies of #86A4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A4FE

Black with #86A4FE

Text Example


Text Example

White with #86A4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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