Html Css Color HEX #8DB9DC Jordy Blue

📋 copy color: '#8DB9DC'

red 141 ◦ green 185 ◦ blue 220

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

Shades of Jordy Blue #8DB9DC

Tints of Jordy Blue #8DB9DC

RGB

 RED value IS 141 (55.47% from 255) = 25.82%

 GREEN value IS 185 (72.66% from 255) = 33.88%

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

R = 25.82%
G = 33.88%
B = 40.29%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DB9DC (or 0x8DB9DC) is known color: Jordy Blue. HEX triplet: 8D, B9 and DC. RGB value is (141,185,220). Sum of RGB (Red+Green+Blue) = 141+185+220=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DB9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9DC is #724623. Grayscale: #AFAFAF. Windows color (decimal): -7489060 or 14465421. OLE color: 14465421.

HSL color Cylindrical-coordinate representation of color #8DB9DC: hue angle of 206.58º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB9DC is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 185 220 -
CMYK 0.36 0.16 0 0.14
HSL 206.58º 0.53% 0.71% -
HSV(B) 206.58º 0.36% 0.86% -
XYZ 41.25 45.53 74.32 -
YUV 175.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 141 185 220 0.36 0.16 0 0.14 206.58 0.53 0.71
Hex 8D B9 DC 24 10 0 E CF 35 47
Octal 215 271 334 44 20 0 16 317 65 107
Binary 10001101 10111001 11011100 100100 10000 0 1110 11001111 110101 1000111

Color Harmonies of #8DB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB9DC

Black with #8DB9DC

Text Example


Text Example

White with #8DB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DB9DC; }

 p { color: rgb(141,185,220); }

 H1.HeaderClassName
 {
   color: #8DB9DC;
 }
 .AnyTagClassName
 {
   color: #8DB9DC;
 }
</style>

background-color css

<style>
 a { background-color: #8DB9DC; }

 a { background-color: rgb(141,185,220); }

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

border-color css

<style>
 span { border-color: #8DB9DC; }

 span { border-color: rgb(141,185,220); }

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