#8DABFA

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

Shades of Jordy Blue #8DABFA

Tints of Jordy Blue #8DABFA

Color information

#8DABFA (or 0x8DABFA) is unknown color: approx Jordy Blue. HEX triplet: 8D, AB and FA. RGB value is (141,171,250). Sum of RGB (Red+Green+Blue) = 141+171+250=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABFA is #725405. Grayscale: #AAAAAA. Windows color (decimal): -7492614 or 16427917. OLE color: 16427917.

HSL color Cylindrical-coordinate representation of color #8DABFA: hue angle of 223.49º degrees, saturation: 0.92, 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 #8DABFA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141171250-
CMYK0.440.3200.02
HSL223.49º91.6%76.67%-
HSV(B)223.49º43.6%98.04%-
XYZ42.841.6996.23-
YUV171.04172.56106.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=25.09%
G=30.43%
B=44.48%

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
Decimal1411712500.440.3200.02223.4991.676.67
Hex8DABFA2C2002df5c4d
Octal215253372544002337134115
Binary1000110110101011111110101011001000000101101111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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