Html Css Color HEX #86B0DA Jordy Blue

📋 copy color: '#86B0DA'

red 134 ◦ green 176 ◦ blue 218

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

Shades of Jordy Blue #86B0DA

Tints of Jordy Blue #86B0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.33%

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 25.38%
G = 33.33%
B = 41.29%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#86B0DA (or 0x86B0DA) is known color: Jordy Blue. HEX triplet: 86, B0 and DA. RGB value is (134,176,218). Sum of RGB (Red+Green+Blue) = 134+176+218=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #86B0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0DA is #794F25. Grayscale: #A8A8A8. Windows color (decimal): -7950118 or 14332038. OLE color: 14332038.

HSL color Cylindrical-coordinate representation of color #86B0DA: hue angle of 210º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86B0DA is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 176 218 -
CMYK 0.39 0.19 0 0.15
HSL 210º 0.53% 0.69% -
HSV(B) 210º 0.39% 0.85% -
XYZ 38.01 41.18 72.27 -
YUV 168.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 134 176 218 0.39 0.19 0 0.15 210 0.53 0.69
Hex 86 B0 DA 27 13 0 F D2 35 45
Octal 206 260 332 47 23 0 17 322 65 105
Binary 10000110 10110000 11011010 100111 10011 0 1111 11010010 110101 1000101

Color Harmonies of #86B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B0DA

Black with #86B0DA

Text Example


Text Example

White with #86B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,176,218); }

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

background-color css

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

 a { background-color: rgb(134,176,218); }

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

border-color css

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

 span { border-color: rgb(134,176,218); }

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