Html Css Color HEX #8AAEEC Jordy Blue

📋 copy color: '#8AAEEC'

red 138 ◦ green 174 ◦ blue 236

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

Shades of Jordy Blue #8AAEEC

Tints of Jordy Blue #8AAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 25.18%
G = 31.75%
B = 43.07%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AAEEC (or 0x8AAEEC) is known color: Jordy Blue. HEX triplet: 8A, AE and EC. RGB value is (138,174,236). Sum of RGB (Red+Green+Blue) = 138+174+236=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAEEC is #755113. Grayscale: #AAAAAA. Windows color (decimal): -7688468 or 15511178. OLE color: 15511178.

HSL color Cylindrical-coordinate representation of color #8AAEEC: hue angle of 217.96º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AAEEC is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 174 236 -
CMYK 0.42 0.26 0 0.07
HSL 217.96º 0.72% 0.73% -
HSV(B) 217.96º 0.42% 0.93% -
XYZ 40.76 41.73 85.26 -
YUV 170.3 165.07 104.96 -
System Red Green Blue C M Y K H S L
Decimal 138 174 236 0.42 0.26 0 0.07 217.96 0.72 0.73
Hex 8A AE EC 2A 1A 0 7 DA 48 49
Octal 212 256 354 52 32 0 7 332 110 111
Binary 10001010 10101110 11101100 101010 11010 0 111 11011010 1001000 1001001

Color Harmonies of #8AAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAEEC

Black with #8AAEEC

Text Example


Text Example

White with #8AAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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