Html Css Color HEX #86BBE9 Jordy Blue

📋 copy color: '#86BBE9'

red 134 ◦ green 187 ◦ blue 233

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

Shades of Jordy Blue #86BBE9

Tints of Jordy Blue #86BBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.06%

R = 24.19%
G = 33.75%
B = 42.06%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#86BBE9 (or 0x86BBE9) is known color: Jordy Blue. HEX triplet: 86, BB and E9. RGB value is (134,187,233). Sum of RGB (Red+Green+Blue) = 134+187+233=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #86BBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBE9 is #794416. Grayscale: #B0B0B0. Windows color (decimal): -7947287 or 15317894. OLE color: 15317894.

HSL color Cylindrical-coordinate representation of color #86BBE9: hue angle of 207.88º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86BBE9 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 187 233 -
CMYK 0.42 0.20 0 0.09
HSL 207.88º 0.69% 0.72% -
HSV(B) 207.88º 0.42% 0.91% -
XYZ 42.31 46.49 83.83 -
YUV 176.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 134 187 233 0.42 0.20 0 0.09 207.88 0.69 0.72
Hex 86 BB E9 2A 14 0 9 D0 45 48
Octal 206 273 351 52 24 0 11 320 105 110
Binary 10000110 10111011 11101001 101010 10100 0 1001 11010000 1000101 1001000

Color Harmonies of #86BBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBE9

Black with #86BBE9

Text Example


Text Example

White with #86BBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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