Html Css Color HEX #86B1E0 Jordy Blue

📋 copy color: '#86B1E0'

red 134 ◦ green 177 ◦ blue 224

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

Shades of Jordy Blue #86B1E0

Tints of Jordy Blue #86B1E0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.08%

 BLUE value IS 224 (87.89% from 255) = 41.87%

R = 25.05%
G = 33.08%
B = 41.87%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#86B1E0 (or 0x86B1E0) is known color: Jordy Blue. HEX triplet: 86, B1 and E0. RGB value is (134,177,224). Sum of RGB (Red+Green+Blue) = 134+177+224=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #86B1E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B1E0 is #794E1F. Grayscale: #A9A9A9. Windows color (decimal): -7949856 or 14725510. OLE color: 14725510.

HSL color Cylindrical-coordinate representation of color #86B1E0: hue angle of 211.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86B1E0 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 177 224 -
CMYK 0.40 0.21 0 0.12
HSL 211.33º 0.59% 0.7% -
HSV(B) 211.33º 0.4% 0.88% -
XYZ 39.01 41.89 76.55 -
YUV 169.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 134 177 224 0.40 0.21 0 0.12 211.33 0.59 0.7
Hex 86 B1 E0 28 15 0 C D3 3B 46
Octal 206 261 340 50 25 0 14 323 73 106
Binary 10000110 10110001 11100000 101000 10101 0 1100 11010011 111011 1000110

Color Harmonies of #86B1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B1E0

Black with #86B1E0

Text Example


Text Example

White with #86B1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,177,224); }

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

background-color css

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

 a { background-color: rgb(134,177,224); }

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

border-color css

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

 span { border-color: rgb(134,177,224); }

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