#8DB3FA

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

Shades of Jordy Blue #8DB3FA

Tints of Jordy Blue #8DB3FA

Color information

#8DB3FA (or 0x8DB3FA) is unknown color: approx Jordy Blue. HEX triplet: 8D, B3 and FA. RGB value is (141,179,250). Sum of RGB (Red+Green+Blue) = 141+179+250=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DB3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3FA is #724C05. Grayscale: #AFAFAF. Windows color (decimal): -7490566 or 16429965. OLE color: 16429965.

HSL color Cylindrical-coordinate representation of color #8DB3FA: hue angle of 219.08º degrees, saturation: 0.92, 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 #8DB3FA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141179250-
CMYK0.440.2800.02
HSL219.08º91.6%76.67%-
HSV(B)219.08º43.6%98.04%-
XYZ44.3644.8196.75-
YUV175.73169.91103.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.74%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=24.74%
G=31.40%
B=43.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411792500.440.2800.02219.0891.676.67
Hex8DB3FA2C1C02db5c4d
Octal215263372543402333134115
Binary100011011011001111111010101100111000101101101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,179,250); }

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

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

 a { background-color: rgb(141,179,250); }

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

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

 span { border-color: rgb(141,179,250); }

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