#8DB4EB

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

Shades of Jordy Blue #8DB4EB

Tints of Jordy Blue #8DB4EB

Color information

#8DB4EB (or 0x8DB4EB) is unknown color: approx Jordy Blue. HEX triplet: 8D, B4 and EB. RGB value is (141,180,235). Sum of RGB (Red+Green+Blue) = 141+180+235=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DB4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4EB is #724B14. Grayscale: #AEAEAE. Windows color (decimal): -7490325 or 15447181. OLE color: 15447181.

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

Color convert

RGB141180235-
CMYK0.40.2300.08
HSL215.11º70.15%73.73%-
HSV(B)215.11º40%92.16%-
XYZ42.344.384.92-
YUV174.61162.08104.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.36%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=25.36%
G=32.37%
B=42.27%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411802350.40.2300.08215.1170.1573.73
Hex8DB4EB281708d7464a
Octal2152643535027010327106112
Binary10001101101101001110101110100010111010001101011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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