Html Css Color HEX #8AB4E5 Jordy Blue

📋 copy color: '#8AB4E5'

red 138 ◦ green 180 ◦ blue 229

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

Shades of Jordy Blue #8AB4E5

Tints of Jordy Blue #8AB4E5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.91%

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 25.23%
G = 32.91%
B = 41.86%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8AB4E5 (or 0x8AB4E5) is known color: Jordy Blue. HEX triplet: 8A, B4 and E5. RGB value is (138,180,229). Sum of RGB (Red+Green+Blue) = 138+180+229=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #8AB4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB4E5 is #754B1A. Grayscale: #ACACAC. Windows color (decimal): -7686939 or 15053962. OLE color: 15053962.

HSL color Cylindrical-coordinate representation of color #8AB4E5: hue angle of 212.31º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AB4E5 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 180 229 -
CMYK 0.40 0.21 0 0.10
HSL 212.31º 0.64% 0.72% -
HSV(B) 212.31º 0.4% 0.9% -
XYZ 40.95 43.7 80.41 -
YUV 173.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 138 180 229 0.40 0.21 0 0.10 212.31 0.64 0.72
Hex 8A B4 E5 28 15 0 A D4 40 48
Octal 212 264 345 50 25 0 12 324 100 110
Binary 10001010 10110100 11100101 101000 10101 0 1010 11010100 1000000 1001000

Color Harmonies of #8AB4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB4E5

Black with #8AB4E5

Text Example


Text Example

White with #8AB4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,180,229); }

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

background-color css

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

 a { background-color: rgb(138,180,229); }

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

border-color css

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

 span { border-color: rgb(138,180,229); }

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