#8DA8FF

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

Shades of Jordy Blue #8DA8FF

Tints of Jordy Blue #8DA8FF

Color information

#8DA8FF (or 0x8DA8FF) is unknown color: approx Jordy Blue. HEX triplet: 8D, A8 and FF. RGB value is (141,168,255). Sum of RGB (Red+Green+Blue) = 141+168+255=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA8FF is #725700. Grayscale: #A9A9A9. Windows color (decimal): -7493377 or 16754829. OLE color: 16754829.

HSL color Cylindrical-coordinate representation of color #8DA8FF: hue angle of 225.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DA8FF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141168255-
CMYK0.450.3400
HSL225.79º100%77.65%-
HSV(B)225.79º44.71%100%-
XYZ43.0440.89100.23-
YUV169.84176.05107.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25%
GREEN value IS 168 (66.02% from 255) = 29.79%
BLUE value IS 255 (100% from 255) = 45.21%
R=25%
G=29.79%
B=45.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411682550.450.3400225.7910077.65
Hex8DA8FF2D2200e2644e
Octal215250377554200342144116
Binary100011011010100011111111101101100010001110001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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