Html Css Color HEX #8DAAE1 Jordy Blue

📋 copy color: '#8DAAE1'

red 141 ◦ green 170 ◦ blue 225

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

Shades of Jordy Blue #8DAAE1

Tints of Jordy Blue #8DAAE1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.72%

 BLUE value IS 225 (88.28% from 255) = 41.98%

R = 26.31%
G = 31.72%
B = 41.98%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8DAAE1 (or 0x8DAAE1) is known color: Jordy Blue. HEX triplet: 8D, AA and E1. RGB value is (141,170,225). Sum of RGB (Red+Green+Blue) = 141+170+225=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DAAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAAE1 is #72551E. Grayscale: #A7A7A7. Windows color (decimal): -7492895 or 14789261. OLE color: 14789261.

HSL color Cylindrical-coordinate representation of color #8DAAE1: hue angle of 219.29º degrees, saturation: 0.58, 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 #8DAAE1 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 141 170 225 -
CMYK 0.37 0.24 0 0.12
HSL 219.29º 0.58% 0.72% -
HSV(B) 219.29º 0.37% 0.88% -
XYZ 38.95 39.85 76.87 -
YUV 167.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 141 170 225 0.37 0.24 0 0.12 219.29 0.58 0.72
Hex 8D AA E1 25 18 0 C DB 3A 48
Octal 215 252 341 45 30 0 14 333 72 110
Binary 10001101 10101010 11100001 100101 11000 0 1100 11011011 111010 1001000

Color Harmonies of #8DAAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAAE1

Black with #8DAAE1

Text Example


Text Example

White with #8DAAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,170,225); }

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

background-color css

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

 a { background-color: rgb(141,170,225); }

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

border-color css

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

 span { border-color: rgb(141,170,225); }

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