#8DB0F0

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

Shades of Jordy Blue #8DB0F0

Tints of Jordy Blue #8DB0F0

Color information

#8DB0F0 (or 0x8DB0F0) is unknown color: approx Jordy Blue. HEX triplet: 8D, B0 and F0. RGB value is (141,176,240). Sum of RGB (Red+Green+Blue) = 141+176+240=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #8DB0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB0F0 is #724F0F. Grayscale: #ACACAC. Windows color (decimal): -7491344 or 15773837. OLE color: 15773837.

HSL color Cylindrical-coordinate representation of color #8DB0F0: hue angle of 218.79º 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 #8DB0F0 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141176240-
CMYK0.410.2700.06
HSL218.79º76.74%74.71%-
HSV(B)218.79º41.25%94.12%-
XYZ42.244388.51-
YUV172.83165.9105.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 240 (94.14% from 255) = 43.09%
R=25.31%
G=31.60%
B=43.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1411762400.410.2700.06218.7976.7474.71
Hex8DB0F0291B06db4d4b
Octal215260360513306333115113
Binary1000110110110000111100001010011101101101101101110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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