#8DB4F6

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

Shades of Jordy Blue #8DB4F6

Tints of Jordy Blue #8DB4F6

Color information

#8DB4F6 (or 0x8DB4F6) is unknown color: approx Jordy Blue. HEX triplet: 8D, B4 and F6. RGB value is (141,180,246). Sum of RGB (Red+Green+Blue) = 141+180+246=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DB4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4F6 is #724B09. Grayscale: #AFAFAF. Windows color (decimal): -7490314 or 16168077. OLE color: 16168077.

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

Color convert

RGB141180246-
CMYK0.430.2700.04
HSL217.71º85.37%75.88%-
HSV(B)217.71º42.68%96.47%-
XYZ43.9444.9693.55-
YUV175.86167.58103.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.87%
GREEN value IS 180 (70.70% from 255) = 31.75%
BLUE value IS 246 (96.48% from 255) = 43.39%
R=24.87%
G=31.75%
B=43.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1411802460.430.2700.04217.7185.3775.88
Hex8DB4F62B1B04da554c
Octal215264366533304332125114
Binary1000110110110100111101101010111101101001101101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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