#8DABFB

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

Shades of Jordy Blue #8DABFB

Tints of Jordy Blue #8DABFB

Color information

#8DABFB (or 0x8DABFB) is unknown color: approx Jordy Blue. HEX triplet: 8D, AB and FB. RGB value is (141,171,251). Sum of RGB (Red+Green+Blue) = 141+171+251=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABFB is #725404. Grayscale: #AAAAAA. Windows color (decimal): -7492613 or 16493453. OLE color: 16493453.

HSL color Cylindrical-coordinate representation of color #8DABFB: hue angle of 223.64º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DABFB is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141171251-
CMYK0.440.3200.02
HSL223.64º93.22%76.86%-
HSV(B)223.64º43.82%98.43%-
XYZ42.9641.7597.06-
YUV171.15173.06106.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=25.04%
G=30.37%
B=44.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411712510.440.3200.02223.6493.2276.86
Hex8DABFB2C2002e05d4d
Octal215253373544002340135115
Binary1000110110101011111110111011001000000101110000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,251); }

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

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

 a { background-color: rgb(141,171,251); }

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

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

 span { border-color: rgb(141,171,251); }

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