#8DB3EB

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

Shades of Jordy Blue #8DB3EB

Tints of Jordy Blue #8DB3EB

Color information

#8DB3EB (or 0x8DB3EB) is unknown color: approx Jordy Blue. HEX triplet: 8D, B3 and EB. RGB value is (141,179,235). Sum of RGB (Red+Green+Blue) = 141+179+235=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DB3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3EB is #724C14. Grayscale: #ADADAD. Windows color (decimal): -7490581 or 15446925. OLE color: 15446925.

HSL color Cylindrical-coordinate representation of color #8DB3EB: hue angle of 215.74º 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 #8DB3EB is Cyan = 0.4, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141179235-
CMYK0.40.2400.08
HSL215.74º70.15%73.73%-
HSV(B)215.74º40%92.16%-
XYZ42.143.984.85-
YUV174.02162.41104.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.41%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=25.41%
G=32.25%
B=42.34%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411792350.40.2400.08215.7470.1573.73
Hex8DB3EB281808d8464a
Octal2152633535030010330106112
Binary10001101101100111110101110100011000010001101100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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