Html Css Color HEX #86BBDF Jordy Blue

📋 copy color: '#86BBDF'

red 134 ◦ green 187 ◦ blue 223

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

Shades of Jordy Blue #86BBDF

Tints of Jordy Blue #86BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 24.63%
G = 34.38%
B = 40.99%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86BBDF (or 0x86BBDF) is known color: Jordy Blue. HEX triplet: 86, BB and DF. RGB value is (134,187,223). Sum of RGB (Red+Green+Blue) = 134+187+223=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #86BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBDF is #794420. Grayscale: #AFAFAF. Windows color (decimal): -7947297 or 14662534. OLE color: 14662534.

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

Color convert

RGB 134 187 223 -
CMYK 0.40 0.16 0 0.13
HSL 204.27º 0.58% 0.7% -
HSV(B) 204.27º 0.4% 0.87% -
XYZ 40.92 45.94 76.52 -
YUV 175.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 134 187 223 0.40 0.16 0 0.13 204.27 0.58 0.7
Hex 86 BB DF 28 10 0 D CC 3A 46
Octal 206 273 337 50 20 0 15 314 72 106
Binary 10000110 10111011 11011111 101000 10000 0 1101 11001100 111010 1000110

Color Harmonies of #86BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBDF

Black with #86BBDF

Text Example


Text Example

White with #86BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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