Html Css Color HEX #8AA6EA Jordy Blue

📋 copy color: '#8AA6EA'

red 138 ◦ green 166 ◦ blue 234

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

Shades of Jordy Blue #8AA6EA

Tints of Jordy Blue #8AA6EA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.86%

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 25.65%
G = 30.86%
B = 43.49%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8AA6EA (or 0x8AA6EA) is known color: Jordy Blue. HEX triplet: 8A, A6 and EA. RGB value is (138,166,234). Sum of RGB (Red+Green+Blue) = 138+166+234=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AA6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA6EA is #755915. Grayscale: #A5A5A5. Windows color (decimal): -7690518 or 15378058. OLE color: 15378058.

HSL color Cylindrical-coordinate representation of color #8AA6EA: hue angle of 222.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AA6EA is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 166 234 -
CMYK 0.41 0.29 0 0.08
HSL 222.5º 0.7% 0.73% -
HSV(B) 222.5º 0.41% 0.92% -
XYZ 38.97 38.62 83.24 -
YUV 165.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 138 166 234 0.41 0.29 0 0.08 222.5 0.7 0.73
Hex 8A A6 EA 29 1D 0 8 DE 46 49
Octal 212 246 352 51 35 0 10 336 106 111
Binary 10001010 10100110 11101010 101001 11101 0 1000 11011110 1000110 1001001

Color Harmonies of #8AA6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA6EA

Black with #8AA6EA

Text Example


Text Example

White with #8AA6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,166,234); }

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

background-color css

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

 a { background-color: rgb(138,166,234); }

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

border-color css

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

 span { border-color: rgb(138,166,234); }

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