#8DABF9

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

Shades of Jordy Blue #8DABF9

Tints of Jordy Blue #8DABF9

Color information

#8DABF9 (or 0x8DABF9) is unknown color: approx Jordy Blue. HEX triplet: 8D, AB and F9. RGB value is (141,171,249). Sum of RGB (Red+Green+Blue) = 141+171+249=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABF9 is #725406. Grayscale: #AAAAAA. Windows color (decimal): -7492615 or 16362381. OLE color: 16362381.

HSL color Cylindrical-coordinate representation of color #8DABF9: hue angle of 223.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DABF9 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141171249-
CMYK0.430.3100.02
HSL223.33º90%76.47%-
HSV(B)223.33º43.37%97.65%-
XYZ42.6541.6395.41-
YUV170.92172.06106.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 249 (97.66% from 255) = 44.39%
R=25.13%
G=30.48%
B=44.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411712490.430.3100.02223.339076.47
Hex8DABF92B1F02df5a4c
Octal215253371533702337132114
Binary100011011010101111111001101011111110101101111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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