#8DB1EB

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

Shades of Jordy Blue #8DB1EB

Tints of Jordy Blue #8DB1EB

Color information

#8DB1EB (or 0x8DB1EB) is unknown color: approx Jordy Blue. HEX triplet: 8D, B1 and EB. RGB value is (141,177,235). Sum of RGB (Red+Green+Blue) = 141+177+235=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DB1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB1EB is #724E14. Grayscale: #ACACAC. Windows color (decimal): -7491093 or 15446413. OLE color: 15446413.

HSL color Cylindrical-coordinate representation of color #8DB1EB: hue angle of 217.02º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB1EB is Cyan = 0.4, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141177235-
CMYK0.40.2500.08
HSL217.02º70.15%73.73%-
HSV(B)217.02º40%92.16%-
XYZ41.743.1184.72-
YUV172.85163.07105.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.50%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=25.50%
G=32.01%
B=42.50%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411772350.40.2500.08217.0270.1573.73
Hex8DB1EB281908d9464a
Octal2152613535031010331106112
Binary10001101101100011110101110100011001010001101100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,177,235); }

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

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

 a { background-color: rgb(141,177,235); }

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

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

 span { border-color: rgb(141,177,235); }

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