Html Css Color HEX #86B8DD Jordy Blue

📋 copy color: '#86B8DD'

red 134 ◦ green 184 ◦ blue 221

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

Shades of Jordy Blue #86B8DD

Tints of Jordy Blue #86B8DD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.14%

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

R = 24.86%
G = 34.14%
B = 41%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86B8DD (or 0x86B8DD) is known color: Jordy Blue. HEX triplet: 86, B8 and DD. RGB value is (134,184,221). Sum of RGB (Red+Green+Blue) = 134+184+221=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #86B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B8DD is #794722. Grayscale: #ADADAD. Windows color (decimal): -7948067 or 14530694. OLE color: 14530694.

HSL color Cylindrical-coordinate representation of color #86B8DD: hue angle of 205.52º 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 #86B8DD is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 184 221 -
CMYK 0.39 0.17 0 0.13
HSL 205.52º 0.56% 0.7% -
HSV(B) 205.52º 0.39% 0.87% -
XYZ 40.02 44.57 74.9 -
YUV 173.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 134 184 221 0.39 0.17 0 0.13 205.52 0.56 0.7
Hex 86 B8 DD 27 11 0 D CE 38 46
Octal 206 270 335 47 21 0 15 316 70 106
Binary 10000110 10111000 11011101 100111 10001 0 1101 11001110 111000 1000110

Color Harmonies of #86B8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B8DD

Black with #86B8DD

Text Example


Text Example

White with #86B8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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