#8DB0F8

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

Shades of Jordy Blue #8DB0F8

Tints of Jordy Blue #8DB0F8

Color information

#8DB0F8 (or 0x8DB0F8) is unknown color: approx Jordy Blue. HEX triplet: 8D, B0 and F8. RGB value is (141,176,248). Sum of RGB (Red+Green+Blue) = 141+176+248=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DB0F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB0F8 is #724F07. Grayscale: #ADADAD. Windows color (decimal): -7491336 or 16298125. OLE color: 16298125.

HSL color Cylindrical-coordinate representation of color #8DB0F8: hue angle of 220.37º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DB0F8 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB141176248-
CMYK0.430.2900.03
HSL220.37º88.43%76.27%-
HSV(B)220.37º43.15%97.25%-
XYZ43.4543.4994.91-
YUV173.74169.9104.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.96%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=24.96%
G=31.15%
B=43.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1411762480.430.2900.03220.3788.4376.27
Hex8DB0F82B1D03dc584c
Octal215260370533503334130114
Binary100011011011000011111000101011111010111101110010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,176,248); }

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

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

 a { background-color: rgb(141,176,248); }

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

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

 span { border-color: rgb(141,176,248); }

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