Html Css Color HEX #8DADE0 Jordy Blue

📋 copy color: '#8DADE0'

red 141 ◦ green 173 ◦ blue 224

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

Shades of Jordy Blue #8DADE0

Tints of Jordy Blue #8DADE0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.16%

 BLUE value IS 224 (87.89% from 255) = 41.64%

R = 26.21%
G = 32.16%
B = 41.64%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8DADE0 (or 0x8DADE0) is known color: Jordy Blue. HEX triplet: 8D, AD and E0. RGB value is (141,173,224). Sum of RGB (Red+Green+Blue) = 141+173+224=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #8DADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADE0 is #72521F. Grayscale: #A9A9A9. Windows color (decimal): -7492128 or 14724493. OLE color: 14724493.

HSL color Cylindrical-coordinate representation of color #8DADE0: hue angle of 216.87º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DADE0 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 141 173 224 -
CMYK 0.37 0.23 0 0.12
HSL 216.87º 0.57% 0.72% -
HSV(B) 216.87º 0.37% 0.88% -
XYZ 39.38 40.93 76.35 -
YUV 169.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 141 173 224 0.37 0.23 0 0.12 216.87 0.57 0.72
Hex 8D AD E0 25 17 0 C D9 39 48
Octal 215 255 340 45 27 0 14 331 71 110
Binary 10001101 10101101 11100000 100101 10111 0 1100 11011001 111001 1001000

Color Harmonies of #8DADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADE0

Black with #8DADE0

Text Example


Text Example

White with #8DADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,173,224); }

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

background-color css

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

 a { background-color: rgb(141,173,224); }

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

border-color css

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

 span { border-color: rgb(141,173,224); }

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