Html Css Color HEX #8DADE9 Jordy Blue

📋 copy color: '#8DADE9'

red 141 ◦ green 173 ◦ blue 233

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

Shades of Jordy Blue #8DADE9

Tints of Jordy Blue #8DADE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.6%

R = 25.78%
G = 31.63%
B = 42.6%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8DADE9 (or 0x8DADE9) is known color: Jordy Blue. HEX triplet: 8D, AD and E9. RGB value is (141,173,233). Sum of RGB (Red+Green+Blue) = 141+173+233=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #8DADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADE9 is #725216. Grayscale: #AAAAAA. Windows color (decimal): -7492119 or 15314317. OLE color: 15314317.

HSL color Cylindrical-coordinate representation of color #8DADE9: hue angle of 219.13º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DADE9 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 141 173 233 -
CMYK 0.39 0.26 0 0.09
HSL 219.13º 0.68% 0.73% -
HSV(B) 219.13º 0.39% 0.91% -
XYZ 40.64 41.43 82.95 -
YUV 170.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 141 173 233 0.39 0.26 0 0.09 219.13 0.68 0.73
Hex 8D AD E9 27 1A 0 9 DB 44 49
Octal 215 255 351 47 32 0 11 333 104 111
Binary 10001101 10101101 11101001 100111 11010 0 1001 11011011 1000100 1001001

Color Harmonies of #8DADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADE9

Black with #8DADE9

Text Example


Text Example

White with #8DADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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