Html Css Color HEX #86B9DE Jordy Blue

📋 copy color: '#86B9DE'

red 134 ◦ green 185 ◦ blue 222

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

Shades of Jordy Blue #86B9DE

Tints of Jordy Blue #86B9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 24.77%
G = 34.2%
B = 41.04%

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

#86B9DE (or 0x86B9DE) is known color: Jordy Blue. HEX triplet: 86, B9 and DE. RGB value is (134,185,222). Sum of RGB (Red+Green+Blue) = 134+185+222=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #86B9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B9DE is #794621. Grayscale: #ADADAD. Windows color (decimal): -7947810 or 14596486. OLE color: 14596486.

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

Color convert

RGB 134 185 222 -
CMYK 0.40 0.17 0 0.13
HSL 205.23º 0.57% 0.7% -
HSV(B) 205.23º 0.4% 0.87% -
XYZ 40.37 45.04 75.67 -
YUV 173.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 134 185 222 0.40 0.17 0 0.13 205.23 0.57 0.7
Hex 86 B9 DE 28 11 0 D CD 39 46
Octal 206 271 336 50 21 0 15 315 71 106
Binary 10000110 10111001 11011110 101000 10001 0 1101 11001101 111001 1000110

Color Harmonies of #86B9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B9DE

Black with #86B9DE

Text Example


Text Example

White with #86B9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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