Html Css Color HEX #8DADE5 Jordy Blue

📋 copy color: '#8DADE5'

red 141 ◦ green 173 ◦ blue 229

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

Shades of Jordy Blue #8DADE5

Tints of Jordy Blue #8DADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.17%

R = 25.97%
G = 31.86%
B = 42.17%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8DADE5 (or 0x8DADE5) is known color: Jordy Blue. HEX triplet: 8D, AD and E5. RGB value is (141,173,229). Sum of RGB (Red+Green+Blue) = 141+173+229=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #8DADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADE5 is #72521A. Grayscale: #A9A9A9. Windows color (decimal): -7492123 or 15052173. OLE color: 15052173.

HSL color Cylindrical-coordinate representation of color #8DADE5: hue angle of 218.18º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DADE5 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 141 173 229 -
CMYK 0.38 0.24 0 0.10
HSL 218.18º 0.63% 0.73% -
HSV(B) 218.18º 0.38% 0.9% -
XYZ 40.07 41.21 79.97 -
YUV 169.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 141 173 229 0.38 0.24 0 0.10 218.18 0.63 0.73
Hex 8D AD E5 26 18 0 A DA 3F 49
Octal 215 255 345 46 30 0 12 332 77 111
Binary 10001101 10101101 11100101 100110 11000 0 1010 11011010 111111 1001001

Color Harmonies of #8DADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADE5

Black with #8DADE5

Text Example


Text Example

White with #8DADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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