Html Css Color HEX #86ABEC Jordy Blue

📋 copy color: '#86ABEC'

red 134 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #86ABEC

Tints of Jordy Blue #86ABEC

RGB

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

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

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

R = 24.77%
G = 31.61%
B = 43.62%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86ABEC (or 0x86ABEC) is known color: Jordy Blue. HEX triplet: 86, AB and EC. RGB value is (134,171,236). Sum of RGB (Red+Green+Blue) = 134+171+236=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #86ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ABEC is #795413. Grayscale: #A7A7A7. Windows color (decimal): -7951380 or 15510406. OLE color: 15510406.

HSL color Cylindrical-coordinate representation of color #86ABEC: hue angle of 218.24º 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 #86ABEC is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 171 236 -
CMYK 0.43 0.28 0 0.07
HSL 218.24º 0.73% 0.73% -
HSV(B) 218.24º 0.43% 0.93% -
XYZ 39.53 40.25 85.04 -
YUV 167.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 134 171 236 0.43 0.28 0 0.07 218.24 0.73 0.73
Hex 86 AB EC 2B 1C 0 7 DA 49 49
Octal 206 253 354 53 34 0 7 332 111 111
Binary 10000110 10101011 11101100 101011 11100 0 111 11011010 1001001 1001001

Color Harmonies of #86ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABEC

Black with #86ABEC

Text Example


Text Example

White with #86ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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