#8DACFE

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

Shades of Jordy Blue #8DACFE

Tints of Jordy Blue #8DACFE

Color information

#8DACFE (or 0x8DACFE) is unknown color: approx Jordy Blue. HEX triplet: 8D, AC and FE. RGB value is (141,172,254). Sum of RGB (Red+Green+Blue) = 141+172+254=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACFE is #725301. Grayscale: #ABABAB. Windows color (decimal): -7492354 or 16690317. OLE color: 16690317.

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

Color convert

RGB141172254-
CMYK0.440.3200.00
HSL223.54º98.26%77.45%-
HSV(B)223.54º44.49%99.61%-
XYZ43.6342.3299.64-
YUV172.08174.23105.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.87%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=24.87%
G=30.34%
B=44.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411722540.440.3200.00223.5498.2677.45
Hex8DACFE2C2000e0624d
Octal215254376544000340142115
Binary100011011010110011111110101100100000001110000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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