#8DAAFB

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

Shades of Jordy Blue #8DAAFB

Tints of Jordy Blue #8DAAFB

Color information

#8DAAFB (or 0x8DAAFB) is unknown color: approx Jordy Blue. HEX triplet: 8D, AA and FB. RGB value is (141,170,251). Sum of RGB (Red+Green+Blue) = 141+170+251=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DAAFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAFB is #725504. Grayscale: #AAAAAA. Windows color (decimal): -7492869 or 16493197. OLE color: 16493197.

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

Color convert

RGB141170251-
CMYK0.440.3200.02
HSL224.18º93.22%76.86%-
HSV(B)224.18º43.82%98.43%-
XYZ42.7741.3897-
YUV170.56173.39106.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=25.09%
G=30.25%
B=44.66%

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
Decimal1411702510.440.3200.02224.1893.2276.86
Hex8DAAFB2C2002e05d4d
Octal215252373544002340135115
Binary1000110110101010111110111011001000000101110000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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