Html Css Color HEX #86B2DC Jordy Blue

📋 copy color: '#86B2DC'

red 134 ◦ green 178 ◦ blue 220

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

Shades of Jordy Blue #86B2DC

Tints of Jordy Blue #86B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.46%

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 25.19%
G = 33.46%
B = 41.35%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86B2DC (or 0x86B2DC) is known color: Jordy Blue. HEX triplet: 86, B2 and DC. RGB value is (134,178,220). Sum of RGB (Red+Green+Blue) = 134+178+220=532 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.19% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #86B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B2DC is #794D23. Grayscale: #A9A9A9. Windows color (decimal): -7949604 or 14463622. OLE color: 14463622.

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

Color convert

RGB 134 178 220 -
CMYK 0.39 0.19 0 0.14
HSL 209.3º 0.55% 0.69% -
HSV(B) 209.3º 0.39% 0.86% -
XYZ 38.67 42.08 73.79 -
YUV 169.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 134 178 220 0.39 0.19 0 0.14 209.3 0.55 0.69
Hex 86 B2 DC 27 13 0 E D1 37 45
Octal 206 262 334 47 23 0 16 321 67 105
Binary 10000110 10110010 11011100 100111 10011 0 1110 11010001 110111 1000101

Color Harmonies of #86B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B2DC

Black with #86B2DC

Text Example


Text Example

White with #86B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,178,220); }

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

background-color css

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

 a { background-color: rgb(134,178,220); }

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

border-color css

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

 span { border-color: rgb(134,178,220); }

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