#8DB4F9

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

Shades of Jordy Blue #8DB4F9

Tints of Jordy Blue #8DB4F9

Color information

#8DB4F9 (or 0x8DB4F9) is unknown color: approx Jordy Blue. HEX triplet: 8D, B4 and F9. RGB value is (141,180,249). Sum of RGB (Red+Green+Blue) = 141+180+249=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DB4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4F9 is #724B06. Grayscale: #AFAFAF. Windows color (decimal): -7490311 or 16364685. OLE color: 16364685.

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

Color convert

RGB141180249-
CMYK0.430.2800.02
HSL218.33º90%76.47%-
HSV(B)218.33º43.37%97.65%-
XYZ44.445.1496-
YUV176.2169.08102.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.74%
GREEN value IS 180 (70.70% from 255) = 31.58%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=24.74%
G=31.58%
B=43.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411802490.430.2800.02218.339076.47
Hex8DB4F92B1C02da5a4c
Octal215264371533402332132114
Binary100011011011010011111001101011111000101101101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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