Html Css Color HEX #86B3E3 Jordy Blue

📋 copy color: '#86B3E3'

red 134 ◦ green 179 ◦ blue 227

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

Shades of Jordy Blue #86B3E3

Tints of Jordy Blue #86B3E3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.15%

 BLUE value IS 227 (89.06% from 255) = 42.04%

R = 24.81%
G = 33.15%
B = 42.04%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#86B3E3 (or 0x86B3E3) is known color: Jordy Blue. HEX triplet: 86, B3 and E3. RGB value is (134,179,227). Sum of RGB (Red+Green+Blue) = 134+179+227=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 227 - color contains mainly: blue. Hex color #86B3E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B3E3 is #794C1C. Grayscale: #AAAAAA. Windows color (decimal): -7949341 or 14922630. OLE color: 14922630.

HSL color Cylindrical-coordinate representation of color #86B3E3: hue angle of 210.97º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86B3E3 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 179 227 -
CMYK 0.41 0.21 0 0.11
HSL 210.97º 0.62% 0.71% -
HSV(B) 210.97º 0.41% 0.89% -
XYZ 39.82 42.85 78.85 -
YUV 171.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 134 179 227 0.41 0.21 0 0.11 210.97 0.62 0.71
Hex 86 B3 E3 29 15 0 B D3 3E 47
Octal 206 263 343 51 25 0 13 323 76 107
Binary 10000110 10110011 11100011 101001 10101 0 1011 11010011 111110 1000111

Color Harmonies of #86B3E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B3E3

Black with #86B3E3

Text Example


Text Example

White with #86B3E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,179,227); }

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

background-color css

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

 a { background-color: rgb(134,179,227); }

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

border-color css

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

 span { border-color: rgb(134,179,227); }

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