#8AB3EB

Color #8AB3EB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8AB3EB

Tints of Jordy Blue #8AB3EB

Color information

#8AB3EB (or 0x8AB3EB) is unknown color: approx Jordy Blue. HEX triplet: 8A, B3 and EB. RGB value is (138,179,235). Sum of RGB (Red+Green+Blue) = 138+179+235=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AB3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB3EB is #754C14. Grayscale: #ACACAC. Windows color (decimal): -7687189 or 15446922. OLE color: 15446922.

HSL color Cylindrical-coordinate representation of color #8AB3EB: hue angle of 214.64º degrees, saturation: 0.71, 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 #8AB3EB is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138179235-
CMYK0.410.2400.08
HSL214.64º70.8%73.14%-
HSV(B)214.64º41.28%92.16%-
XYZ41.643.6484.83-
YUV173.12162.92102.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25%
GREEN value IS 179 (70.31% from 255) = 32.43%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=25%
G=32.43%
B=42.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381792350.410.2400.08214.6470.873.14
Hex8AB3EB291808d74749
Octal2122633535130010327107111
Binary10001010101100111110101110100111000010001101011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,179,235); }

 H1.HeaderClassName
 {
   color: #8AB3EB;
 }
 .AnyTagClassName
 {
   color: #8AB3EB;
 }
</style>
background-color css

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

 a { background-color: rgb(138,179,235); }

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

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

 span { border-color: rgb(138,179,235); }

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