#8DB4F0

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

Shades of Jordy Blue #8DB4F0

Tints of Jordy Blue #8DB4F0

Color information

#8DB4F0 (or 0x8DB4F0) is unknown color: approx Jordy Blue. HEX triplet: 8D, B4 and F0. RGB value is (141,180,240). Sum of RGB (Red+Green+Blue) = 141+180+240=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #8DB4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4F0 is #724B0F. Grayscale: #AEAEAE. Windows color (decimal): -7490320 or 15774861. OLE color: 15774861.

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

Color convert

RGB141180240-
CMYK0.410.2500.06
HSL216.36º76.74%74.71%-
HSV(B)216.36º41.25%94.12%-
XYZ43.0344.688.78-
YUV175.18164.58103.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 240 (94.14% from 255) = 42.78%
R=25.13%
G=32.09%
B=42.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1411802400.410.2500.06216.3676.7474.71
Hex8DB4F0291906d84d4b
Octal215264360513106330115113
Binary1000110110110100111100001010011100101101101100010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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