Html Css Color HEX #8AAEE6 Jordy Blue

📋 copy color: '#8AAEE6'

red 138 ◦ green 174 ◦ blue 230

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

Shades of Jordy Blue #8AAEE6

Tints of Jordy Blue #8AAEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.44%

R = 25.46%
G = 32.1%
B = 42.44%

CMYK

 C value IS 0.4

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8AAEE6 (or 0x8AAEE6) is known color: Jordy Blue. HEX triplet: 8A, AE and E6. RGB value is (138,174,230). Sum of RGB (Red+Green+Blue) = 138+174+230=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #8AAEE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAEE6 is #755119. Grayscale: #A9A9A9. Windows color (decimal): -7688474 or 15117962. OLE color: 15117962.

HSL color Cylindrical-coordinate representation of color #8AAEE6: hue angle of 216.52º degrees, saturation: 0.65, 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 #8AAEE6 is Cyan = 0.4, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 174 230 -
CMYK 0.4 0.24 0 0.10
HSL 216.52º 0.65% 0.72% -
HSV(B) 216.52º 0.4% 0.9% -
XYZ 39.9 41.39 80.75 -
YUV 169.62 162.07 105.45 -
System Red Green Blue C M Y K H S L
Decimal 138 174 230 0.4 0.24 0 0.10 216.52 0.65 0.72
Hex 8A AE E6 28 18 0 A D9 41 48
Octal 212 256 346 50 30 0 12 331 101 110
Binary 10001010 10101110 11100110 101000 11000 0 1010 11011001 1000001 1001000

Color Harmonies of #8AAEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAEE6

Black with #8AAEE6

Text Example


Text Example

White with #8AAEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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