Html Css Color HEX #86B1DD Jordy Blue

📋 copy color: '#86B1DD'

red 134 ◦ green 177 ◦ blue 221

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

Shades of Jordy Blue #86B1DD

Tints of Jordy Blue #86B1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.27%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 25.19%
G = 33.27%
B = 41.54%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86B1DD (or 0x86B1DD) is known color: Jordy Blue. HEX triplet: 86, B1 and DD. RGB value is (134,177,221). Sum of RGB (Red+Green+Blue) = 134+177+221=532 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.19% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #86B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B1DD is #794E22. Grayscale: #A8A8A8. Windows color (decimal): -7949859 or 14528902. OLE color: 14528902.

HSL color Cylindrical-coordinate representation of color #86B1DD: hue angle of 210.34º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86B1DD is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 177 221 -
CMYK 0.39 0.20 0 0.13
HSL 210.34º 0.56% 0.7% -
HSV(B) 210.34º 0.39% 0.87% -
XYZ 38.6 41.73 74.43 -
YUV 169.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 134 177 221 0.39 0.20 0 0.13 210.34 0.56 0.7
Hex 86 B1 DD 27 14 0 D D2 38 46
Octal 206 261 335 47 24 0 15 322 70 106
Binary 10000110 10110001 11011101 100111 10100 0 1101 11010010 111000 1000110

Color Harmonies of #86B1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B1DD

Black with #86B1DD

Text Example


Text Example

White with #86B1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,177,221); }

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

background-color css

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

 a { background-color: rgb(134,177,221); }

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

border-color css

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

 span { border-color: rgb(134,177,221); }

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