#8DAEFE

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

Shades of Jordy Blue #8DAEFE

Tints of Jordy Blue #8DAEFE

Color information

#8DAEFE (or 0x8DAEFE) is unknown color: approx Jordy Blue. HEX triplet: 8D, AE and FE. RGB value is (141,174,254). Sum of RGB (Red+Green+Blue) = 141+174+254=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DAEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEFE is #725101. Grayscale: #ACACAC. Windows color (decimal): -7491842 or 16690829. OLE color: 16690829.

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

Color convert

RGB141174254-
CMYK0.440.3100.00
HSL222.48º98.26%77.45%-
HSV(B)222.48º44.49%99.61%-
XYZ44.0143.0999.76-
YUV173.25173.57105-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.78%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=24.78%
G=30.58%
B=44.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411742540.440.3100.00222.4898.2677.45
Hex8DAEFE2C1F00de624d
Octal215256376543700336142115
Binary10001101101011101111111010110011111001101111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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