#8DA8FE

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

Shades of Jordy Blue #8DA8FE

Tints of Jordy Blue #8DA8FE

Color information

#8DA8FE (or 0x8DA8FE) is unknown color: approx Jordy Blue. HEX triplet: 8D, A8 and FE. RGB value is (141,168,254). Sum of RGB (Red+Green+Blue) = 141+168+254=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DA8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA8FE is #725701. Grayscale: #A9A9A9. Windows color (decimal): -7493378 or 16689293. OLE color: 16689293.

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

Color convert

RGB141168254-
CMYK0.440.3400.00
HSL225.66º98.26%77.45%-
HSV(B)225.66º44.49%99.61%-
XYZ42.8840.8299.39-
YUV169.73175.55107.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 168 (66.02% from 255) = 29.84%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=25.04%
G=29.84%
B=45.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411682540.440.3400.00225.6698.2677.45
Hex8DA8FE2C2200e2624d
Octal215250376544200342142115
Binary100011011010100011111110101100100010001110001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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