Html Css Color HEX #86ABFB Jordy Blue

📋 copy color: '#86ABFB'

red 134 ◦ green 171 ◦ blue 251

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

Shades of Jordy Blue #86ABFB

Tints of Jordy Blue #86ABFB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.76%

 BLUE value IS 251 (98.44% from 255) = 45.14%

R = 24.1%
G = 30.76%
B = 45.14%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#86ABFB (or 0x86ABFB) is known color: Jordy Blue. HEX triplet: 86, AB and FB. RGB value is (134,171,251). Sum of RGB (Red+Green+Blue) = 134+171+251=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #86ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ABFB is #795404. Grayscale: #A8A8A8. Windows color (decimal): -7951365 or 16493446. OLE color: 16493446.

HSL color Cylindrical-coordinate representation of color #86ABFB: hue angle of 221.03º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86ABFB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 171 251 -
CMYK 0.47 0.32 0 0.02
HSL 221.03º 0.94% 0.75% -
HSV(B) 221.03º 0.47% 0.98% -
XYZ 41.81 41.16 97.01 -
YUV 169.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 134 171 251 0.47 0.32 0 0.02 221.03 0.94 0.75
Hex 86 AB FB 2F 20 0 2 DD 5E 4B
Octal 206 253 373 57 40 0 2 335 136 113
Binary 10000110 10101011 11111011 101111 100000 0 10 11011101 1011110 1001011

Color Harmonies of #86ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABFB

Black with #86ABFB

Text Example


Text Example

White with #86ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,171,251); }

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

background-color css

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

 a { background-color: rgb(134,171,251); }

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

border-color css

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

 span { border-color: rgb(134,171,251); }

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