#8DAEFA

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

Shades of Jordy Blue #8DAEFA

Tints of Jordy Blue #8DAEFA

Color information

#8DAEFA (or 0x8DAEFA) is unknown color: approx Jordy Blue. HEX triplet: 8D, AE and FA. RGB value is (141,174,250). Sum of RGB (Red+Green+Blue) = 141+174+250=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DAEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEFA is #725105. Grayscale: #ACACAC. Windows color (decimal): -7491846 or 16428685. OLE color: 16428685.

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

Color convert

RGB141174250-
CMYK0.440.3000.02
HSL221.83º91.6%76.67%-
HSV(B)221.83º43.6%98.04%-
XYZ43.3842.8496.42-
YUV172.8171.57105.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.96%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=24.96%
G=30.80%
B=44.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411742500.440.3000.02221.8391.676.67
Hex8DAEFA2C1E02de5c4d
Octal215256372543602336134115
Binary100011011010111011111010101100111100101101111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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