#8DB0F6

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

Shades of Jordy Blue #8DB0F6

Tints of Jordy Blue #8DB0F6

Color information

#8DB0F6 (or 0x8DB0F6) is unknown color: approx Jordy Blue. HEX triplet: 8D, B0 and F6. RGB value is (141,176,246). Sum of RGB (Red+Green+Blue) = 141+176+246=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DB0F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB0F6 is #724F09. Grayscale: #ADADAD. Windows color (decimal): -7491338 or 16167053. OLE color: 16167053.

HSL color Cylindrical-coordinate representation of color #8DB0F6: hue angle of 220º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DB0F6 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB141176246-
CMYK0.430.2800.04
HSL220º85.37%75.88%-
HSV(B)220º42.68%96.47%-
XYZ43.1443.3793.29-
YUV173.52168.9104.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 246 (96.48% from 255) = 43.69%
R=25.04%
G=31.26%
B=43.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1411762460.430.2800.0422085.3775.88
Hex8DB0F62B1C04dc554c
Octal215260366533404334125114
Binary1000110110110000111101101010111110001001101110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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