Html Css Color HEX #86BBE7 Jordy Blue

📋 copy color: '#86BBE7'

red 134 ◦ green 187 ◦ blue 231

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

Shades of Jordy Blue #86BBE7

Tints of Jordy Blue #86BBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.85%

R = 24.28%
G = 33.88%
B = 41.85%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#86BBE7 (or 0x86BBE7) is known color: Jordy Blue. HEX triplet: 86, BB and E7. RGB value is (134,187,231). Sum of RGB (Red+Green+Blue) = 134+187+231=552 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.28% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #86BBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBE7 is #794418. Grayscale: #AFAFAF. Windows color (decimal): -7947289 or 15186822. OLE color: 15186822.

HSL color Cylindrical-coordinate representation of color #86BBE7: hue angle of 207.22º degrees, saturation: 0.67, 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 #86BBE7 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 187 231 -
CMYK 0.42 0.19 0 0.09
HSL 207.22º 0.67% 0.72% -
HSV(B) 207.22º 0.42% 0.91% -
XYZ 42.03 46.38 82.34 -
YUV 176.17 158.94 97.92 -
System Red Green Blue C M Y K H S L
Decimal 134 187 231 0.42 0.19 0 0.09 207.22 0.67 0.72
Hex 86 BB E7 2A 13 0 9 CF 43 48
Octal 206 273 347 52 23 0 11 317 103 110
Binary 10000110 10111011 11100111 101010 10011 0 1001 11001111 1000011 1001000

Color Harmonies of #86BBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBE7

Black with #86BBE7

Text Example


Text Example

White with #86BBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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