Html Css Color HEX #86B5DF Jordy Blue

📋 copy color: '#86B5DF'

red 134 ◦ green 181 ◦ blue 223

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

Shades of Jordy Blue #86B5DF

Tints of Jordy Blue #86B5DF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.64%

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 24.91%
G = 33.64%
B = 41.45%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86B5DF (or 0x86B5DF) is known color: Jordy Blue. HEX triplet: 86, B5 and DF. RGB value is (134,181,223). Sum of RGB (Red+Green+Blue) = 134+181+223=538 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.91% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #86B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B5DF is #794A20. Grayscale: #ABABAB. Windows color (decimal): -7948833 or 14660998. OLE color: 14660998.

HSL color Cylindrical-coordinate representation of color #86B5DF: hue angle of 208.31º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86B5DF is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 181 223 -
CMYK 0.40 0.19 0 0.13
HSL 208.31º 0.58% 0.7% -
HSV(B) 208.31º 0.4% 0.87% -
XYZ 39.67 43.44 76.11 -
YUV 171.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 134 181 223 0.40 0.19 0 0.13 208.31 0.58 0.7
Hex 86 B5 DF 28 13 0 D D0 3A 46
Octal 206 265 337 50 23 0 15 320 72 106
Binary 10000110 10110101 11011111 101000 10011 0 1101 11010000 111010 1000110

Color Harmonies of #86B5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B5DF

Black with #86B5DF

Text Example


Text Example

White with #86B5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,181,223); }

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

background-color css

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

 a { background-color: rgb(134,181,223); }

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

border-color css

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

 span { border-color: rgb(134,181,223); }

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