Html Css Color HEX #86B8EF Jordy Blue

📋 copy color: '#86B8EF'

red 134 ◦ green 184 ◦ blue 239

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

Shades of Jordy Blue #86B8EF

Tints of Jordy Blue #86B8EF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.03%

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 24.06%
G = 33.03%
B = 42.91%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#86B8EF (or 0x86B8EF) is known color: Jordy Blue. HEX triplet: 86, B8 and EF. RGB value is (134,184,239). Sum of RGB (Red+Green+Blue) = 134+184+239=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #86B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B8EF is #794710. Grayscale: #AFAFAF. Windows color (decimal): -7948049 or 15710342. OLE color: 15710342.

HSL color Cylindrical-coordinate representation of color #86B8EF: hue angle of 211.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86B8EF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 184 239 -
CMYK 0.44 0.23 0 0.06
HSL 211.43º 0.77% 0.73% -
HSV(B) 211.43º 0.44% 0.94% -
XYZ 42.55 45.58 88.22 -
YUV 175.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 134 184 239 0.44 0.23 0 0.06 211.43 0.77 0.73
Hex 86 B8 EF 2C 17 0 6 D3 4D 49
Octal 206 270 357 54 27 0 6 323 115 111
Binary 10000110 10111000 11101111 101100 10111 0 110 11010011 1001101 1001001

Color Harmonies of #86B8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B8EF

Black with #86B8EF

Text Example


Text Example

White with #86B8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,184,239); }

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

background-color css

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

 a { background-color: rgb(134,184,239); }

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

border-color css

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

 span { border-color: rgb(134,184,239); }

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