Html Css Color HEX #86B9DF Jordy Blue

📋 copy color: '#86B9DF'

red 134 ◦ green 185 ◦ blue 223

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

Shades of Jordy Blue #86B9DF

Tints of Jordy Blue #86B9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.13%

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

R = 24.72%
G = 34.13%
B = 41.14%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86B9DF (or 0x86B9DF) is known color: Jordy Blue. HEX triplet: 86, B9 and DF. RGB value is (134,185,223). Sum of RGB (Red+Green+Blue) = 134+185+223=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #86B9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B9DF is #794620. Grayscale: #ADADAD. Windows color (decimal): -7947809 or 14662022. OLE color: 14662022.

HSL color Cylindrical-coordinate representation of color #86B9DF: hue angle of 205.62º 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 #86B9DF is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 185 223 -
CMYK 0.40 0.17 0 0.13
HSL 205.62º 0.58% 0.7% -
HSV(B) 205.62º 0.4% 0.87% -
XYZ 40.5 45.09 76.38 -
YUV 174.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 134 185 223 0.40 0.17 0 0.13 205.62 0.58 0.7
Hex 86 B9 DF 28 11 0 D CE 3A 46
Octal 206 271 337 50 21 0 15 316 72 106
Binary 10000110 10111001 11011111 101000 10001 0 1101 11001110 111010 1000110

Color Harmonies of #86B9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B9DF

Black with #86B9DF

Text Example


Text Example

White with #86B9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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