#8DABF5

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

Shades of Jordy Blue #8DABF5

Tints of Jordy Blue #8DABF5

Color information

#8DABF5 (or 0x8DABF5) is unknown color: approx Jordy Blue. HEX triplet: 8D, AB and F5. RGB value is (141,171,245). Sum of RGB (Red+Green+Blue) = 141+171+245=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #8DABF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABF5 is #72540A. Grayscale: #AAAAAA. Windows color (decimal): -7492619 or 16100237. OLE color: 16100237.

HSL color Cylindrical-coordinate representation of color #8DABF5: hue angle of 222.69º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DABF5 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB141171245-
CMYK0.420.3000.04
HSL222.69º83.87%75.69%-
HSV(B)222.69º42.45%96.08%-
XYZ42.0341.3892.16-
YUV170.47170.06106.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 245 (96.09% from 255) = 43.99%
R=25.31%
G=30.70%
B=43.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1411712450.420.3000.04222.6983.8775.69
Hex8DABF52A1E04df544c
Octal215253365523604337124114
Binary1000110110101011111101011010101111001001101111110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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