Html Css Color HEX #8DB7DC Jordy Blue

📋 copy color: '#8DB7DC'

red 141 ◦ green 183 ◦ blue 220

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

Shades of Jordy Blue #8DB7DC

Tints of Jordy Blue #8DB7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.64%

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

R = 25.92%
G = 33.64%
B = 40.44%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DB7DC (or 0x8DB7DC) is known color: Jordy Blue. HEX triplet: 8D, B7 and DC. RGB value is (141,183,220). Sum of RGB (Red+Green+Blue) = 141+183+220=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DB7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB7DC is #724823. Grayscale: #AEAEAE. Windows color (decimal): -7489572 or 14464909. OLE color: 14464909.

HSL color Cylindrical-coordinate representation of color #8DB7DC: hue angle of 208.1º 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 #8DB7DC is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 183 220 -
CMYK 0.36 0.17 0 0.14
HSL 208.1º 0.53% 0.71% -
HSV(B) 208.1º 0.36% 0.86% -
XYZ 40.84 44.7 74.19 -
YUV 174.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 141 183 220 0.36 0.17 0 0.14 208.1 0.53 0.71
Hex 8D B7 DC 24 11 0 E D0 35 47
Octal 215 267 334 44 21 0 16 320 65 107
Binary 10001101 10110111 11011100 100100 10001 0 1110 11010000 110101 1000111

Color Harmonies of #8DB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB7DC

Black with #8DB7DC

Text Example


Text Example

White with #8DB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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