Html Css Color HEX #8AA8ED Jordy Blue

📋 copy color: '#8AA8ED'

red 138 ◦ green 168 ◦ blue 237

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

Shades of Jordy Blue #8AA8ED

Tints of Jordy Blue #8AA8ED

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 25.41%
G = 30.94%
B = 43.65%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AA8ED (or 0x8AA8ED) is known color: Jordy Blue. HEX triplet: 8A, A8 and ED. RGB value is (138,168,237). Sum of RGB (Red+Green+Blue) = 138+168+237=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AA8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA8ED is #755712. Grayscale: #A6A6A6. Windows color (decimal): -7690003 or 15575178. OLE color: 15575178.

HSL color Cylindrical-coordinate representation of color #8AA8ED: hue angle of 221.82º degrees, saturation: 0.73, 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 #8AA8ED is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 168 237 -
CMYK 0.42 0.29 0 0.07
HSL 221.82º 0.73% 0.74% -
HSV(B) 221.82º 0.42% 0.93% -
XYZ 39.77 39.52 85.65 -
YUV 166.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 138 168 237 0.42 0.29 0 0.07 221.82 0.73 0.74
Hex 8A A8 ED 2A 1D 0 7 DE 49 4A
Octal 212 250 355 52 35 0 7 336 111 112
Binary 10001010 10101000 11101101 101010 11101 0 111 11011110 1001001 1001010

Color Harmonies of #8AA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA8ED

Black with #8AA8ED

Text Example


Text Example

White with #8AA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,168,237); }

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

background-color css

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

 a { background-color: rgb(138,168,237); }

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

border-color css

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

 span { border-color: rgb(138,168,237); }

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