Html Css Color HEX #8DAEE0 Jordy Blue

📋 copy color: '#8DAEE0'

red 141 ◦ green 174 ◦ blue 224

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

Shades of Jordy Blue #8DAEE0

Tints of Jordy Blue #8DAEE0

RGB

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

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

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

R = 26.16%
G = 32.28%
B = 41.56%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8DAEE0 (or 0x8DAEE0) is known color: Jordy Blue. HEX triplet: 8D, AE and E0. RGB value is (141,174,224). Sum of RGB (Red+Green+Blue) = 141+174+224=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #8DAEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEE0 is #72511F. Grayscale: #A9A9A9. Windows color (decimal): -7491872 or 14724749. OLE color: 14724749.

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

Color convert

RGB 141 174 224 -
CMYK 0.37 0.22 0 0.12
HSL 216.14º 0.57% 0.72% -
HSV(B) 216.14º 0.37% 0.88% -
XYZ 39.58 41.32 76.41 -
YUV 169.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 141 174 224 0.37 0.22 0 0.12 216.14 0.57 0.72
Hex 8D AE E0 25 16 0 C D8 39 48
Octal 215 256 340 45 26 0 14 330 71 110
Binary 10001101 10101110 11100000 100101 10110 0 1100 11011000 111001 1001000

Color Harmonies of #8DAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEE0

Black with #8DAEE0

Text Example


Text Example

White with #8DAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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