Html Css Color HEX #8DAEE1 Jordy Blue

📋 copy color: '#8DAEE1'

red 141 ◦ green 174 ◦ blue 225

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

Shades of Jordy Blue #8DAEE1

Tints of Jordy Blue #8DAEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.22%

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

R = 26.11%
G = 32.22%
B = 41.67%

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

#8DAEE1 (or 0x8DAEE1) is known color: Jordy Blue. HEX triplet: 8D, AE and E1. RGB value is (141,174,225). Sum of RGB (Red+Green+Blue) = 141+174+225=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DAEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEE1 is #72511E. Grayscale: #A9A9A9. Windows color (decimal): -7491871 or 14790285. OLE color: 14790285.

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

Color convert

RGB 141 174 225 -
CMYK 0.37 0.23 0 0.12
HSL 216.43º 0.58% 0.72% -
HSV(B) 216.43º 0.37% 0.88% -
XYZ 39.71 41.37 77.13 -
YUV 169.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 141 174 225 0.37 0.23 0 0.12 216.43 0.58 0.72
Hex 8D AE E1 25 17 0 C D8 3A 48
Octal 215 256 341 45 27 0 14 330 72 110
Binary 10001101 10101110 11100001 100101 10111 0 1100 11011000 111010 1001000

Color Harmonies of #8DAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEE1

Black with #8DAEE1

Text Example


Text Example

White with #8DAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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