Html Css Color HEX #86BBEC Jordy Blue

📋 copy color: '#86BBEC'

red 134 ◦ green 187 ◦ blue 236

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

Shades of Jordy Blue #86BBEC

Tints of Jordy Blue #86BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.57%

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 24.06%
G = 33.57%
B = 42.37%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86BBEC (or 0x86BBEC) is known color: Jordy Blue. HEX triplet: 86, BB and EC. RGB value is (134,187,236). Sum of RGB (Red+Green+Blue) = 134+187+236=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #86BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBEC is #794413. Grayscale: #B0B0B0. Windows color (decimal): -7947284 or 15514502. OLE color: 15514502.

HSL color Cylindrical-coordinate representation of color #86BBEC: hue angle of 208.82º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86BBEC is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 187 236 -
CMYK 0.43 0.21 0 0.07
HSL 208.82º 0.73% 0.73% -
HSV(B) 208.82º 0.43% 0.93% -
XYZ 42.74 46.67 86.11 -
YUV 176.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 134 187 236 0.43 0.21 0 0.07 208.82 0.73 0.73
Hex 86 BB EC 2B 15 0 7 D1 49 49
Octal 206 273 354 53 25 0 7 321 111 111
Binary 10000110 10111011 11101100 101011 10101 0 111 11010001 1001001 1001001

Color Harmonies of #86BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBEC

Black with #86BBEC

Text Example


Text Example

White with #86BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,187,236); }

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

background-color css

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

 a { background-color: rgb(134,187,236); }

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

border-color css

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

 span { border-color: rgb(134,187,236); }

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