#8DB3F0

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

Shades of Jordy Blue #8DB3F0

Tints of Jordy Blue #8DB3F0

Color information

#8DB3F0 (or 0x8DB3F0) is unknown color: approx Jordy Blue. HEX triplet: 8D, B3 and F0. RGB value is (141,179,240). Sum of RGB (Red+Green+Blue) = 141+179+240=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #8DB3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3F0 is #724C0F. Grayscale: #AEAEAE. Windows color (decimal): -7490576 or 15774605. OLE color: 15774605.

HSL color Cylindrical-coordinate representation of color #8DB3F0: hue angle of 216.97º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB3F0 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141179240-
CMYK0.410.2500.06
HSL216.97º76.74%74.71%-
HSV(B)216.97º41.25%94.12%-
XYZ42.8344.1988.71-
YUV174.59164.91104.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.18%
GREEN value IS 179 (70.31% from 255) = 31.96%
BLUE value IS 240 (94.14% from 255) = 42.86%
R=25.18%
G=31.96%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1411792400.410.2500.06216.9776.7474.71
Hex8DB3F0291906d94d4b
Octal215263360513106331115113
Binary1000110110110011111100001010011100101101101100110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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