#8DB1FB

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

Shades of Jordy Blue #8DB1FB

Tints of Jordy Blue #8DB1FB

Color information

#8DB1FB (or 0x8DB1FB) is unknown color: approx Jordy Blue. HEX triplet: 8D, B1 and FB. RGB value is (141,177,251). Sum of RGB (Red+Green+Blue) = 141+177+251=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DB1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB1FB is #724E04. Grayscale: #AEAEAE. Windows color (decimal): -7491077 or 16494989. OLE color: 16494989.

HSL color Cylindrical-coordinate representation of color #8DB1FB: hue angle of 220.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB1FB is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141177251-
CMYK0.440.2900.02
HSL220.36º93.22%76.86%-
HSV(B)220.36º43.82%98.43%-
XYZ44.1244.0797.45-
YUV174.67171.07103.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.78%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=24.78%
G=31.11%
B=44.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411772510.440.2900.02220.3693.2276.86
Hex8DB1FB2C1D02dc5d4d
Octal215261373543502334135115
Binary100011011011000111111011101100111010101101110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,177,251); }

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

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

 a { background-color: rgb(141,177,251); }

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

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

 span { border-color: rgb(141,177,251); }

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