Html Css Color HEX #8AAEDD Jordy Blue

📋 copy color: '#8AAEDD'

red 138 ◦ green 174 ◦ blue 221

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

Shades of Jordy Blue #8AAEDD

Tints of Jordy Blue #8AAEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 25.89%
G = 32.65%
B = 41.46%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AAEDD (or 0x8AAEDD) is known color: Jordy Blue. HEX triplet: 8A, AE and DD. RGB value is (138,174,221). Sum of RGB (Red+Green+Blue) = 138+174+221=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEDD is #755122. Grayscale: #A8A8A8. Windows color (decimal): -7688483 or 14528138. OLE color: 14528138.

HSL color Cylindrical-coordinate representation of color #8AAEDD: hue angle of 213.98º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AAEDD is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 174 221 -
CMYK 0.38 0.21 0 0.13
HSL 213.98º 0.55% 0.7% -
HSV(B) 213.98º 0.38% 0.87% -
XYZ 38.67 40.9 74.26 -
YUV 168.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 138 174 221 0.38 0.21 0 0.13 213.98 0.55 0.7
Hex 8A AE DD 26 15 0 D D6 37 46
Octal 212 256 335 46 25 0 15 326 67 106
Binary 10001010 10101110 11011101 100110 10101 0 1101 11010110 110111 1000110

Color Harmonies of #8AAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAEDD

Black with #8AAEDD

Text Example


Text Example

White with #8AAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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