Html Css Color HEX #8AAEE3 Jordy Blue

📋 copy color: '#8AAEE3'

red 138 ◦ green 174 ◦ blue 227

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

Shades of Jordy Blue #8AAEE3

Tints of Jordy Blue #8AAEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.12%

R = 25.6%
G = 32.28%
B = 42.12%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8AAEE3 (or 0x8AAEE3) is known color: Jordy Blue. HEX triplet: 8A, AE and E3. RGB value is (138,174,227). Sum of RGB (Red+Green+Blue) = 138+174+227=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 227 - color contains mainly: blue. Hex color #8AAEE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEE3 is #75511C. Grayscale: #A9A9A9. Windows color (decimal): -7688477 or 14921354. OLE color: 14921354.

HSL color Cylindrical-coordinate representation of color #8AAEE3: hue angle of 215.73º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AAEE3 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 138 174 227 -
CMYK 0.39 0.23 0 0.11
HSL 215.73º 0.61% 0.72% -
HSV(B) 215.73º 0.39% 0.89% -
XYZ 39.48 41.22 78.55 -
YUV 169.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 138 174 227 0.39 0.23 0 0.11 215.73 0.61 0.72
Hex 8A AE E3 27 17 0 B D8 3D 48
Octal 212 256 343 47 27 0 13 330 75 110
Binary 10001010 10101110 11100011 100111 10111 0 1011 11011000 111101 1001000

Color Harmonies of #8AAEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAEE3

Black with #8AAEE3

Text Example


Text Example

White with #8AAEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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