Html Css Color HEX #8AAEEE Jordy Blue

📋 copy color: '#8AAEEE'

red 138 ◦ green 174 ◦ blue 238

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

Shades of Jordy Blue #8AAEEE

Tints of Jordy Blue #8AAEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 25.09%
G = 31.64%
B = 43.27%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AAEEE (or 0x8AAEEE) is known color: Jordy Blue. HEX triplet: 8A, AE and EE. RGB value is (138,174,238). Sum of RGB (Red+Green+Blue) = 138+174+238=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AAEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAEEE is #755111. Grayscale: #AAAAAA. Windows color (decimal): -7688466 or 15642250. OLE color: 15642250.

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

Color convert

RGB 138 174 238 -
CMYK 0.42 0.27 0 0.07
HSL 218.4º 0.75% 0.74% -
HSV(B) 218.4º 0.42% 0.93% -
XYZ 41.05 41.85 86.8 -
YUV 170.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 138 174 238 0.42 0.27 0 0.07 218.4 0.75 0.74
Hex 8A AE EE 2A 1B 0 7 DA 4B 4A
Octal 212 256 356 52 33 0 7 332 113 112
Binary 10001010 10101110 11101110 101010 11011 0 111 11011010 1001011 1001010

Color Harmonies of #8AAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAEEE

Black with #8AAEEE

Text Example


Text Example

White with #8AAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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