Html Css Color HEX #8AAEE5 Jordy Blue

📋 copy color: '#8AAEE5'

red 138 ◦ green 174 ◦ blue 229

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

Shades of Jordy Blue #8AAEE5

Tints of Jordy Blue #8AAEE5

RGB

 RED value IS 138 (54.3% from 255) = 25.51%

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

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

R = 25.51%
G = 32.16%
B = 42.33%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8AAEE5 (or 0x8AAEE5) is known color: Jordy Blue. HEX triplet: 8A, AE and E5. RGB value is (138,174,229). Sum of RGB (Red+Green+Blue) = 138+174+229=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #8AAEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEE5 is #75511A. Grayscale: #A9A9A9. Windows color (decimal): -7688475 or 15052426. OLE color: 15052426.

HSL color Cylindrical-coordinate representation of color #8AAEE5: hue angle of 216.26º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AAEE5 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 174 229 -
CMYK 0.40 0.24 0 0.10
HSL 216.26º 0.64% 0.72% -
HSV(B) 216.26º 0.4% 0.9% -
XYZ 39.76 41.33 80.01 -
YUV 169.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 138 174 229 0.40 0.24 0 0.10 216.26 0.64 0.72
Hex 8A AE E5 28 18 0 A D8 40 48
Octal 212 256 345 50 30 0 12 330 100 110
Binary 10001010 10101110 11100101 101000 11000 0 1010 11011000 1000000 1001000

Color Harmonies of #8AAEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAEE5

Black with #8AAEE5

Text Example


Text Example

White with #8AAEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,229); }

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

background-color css

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

 a { background-color: rgb(138,174,229); }

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

border-color css

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

 span { border-color: rgb(138,174,229); }

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