#8CACFE

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

Shades of Jordy Blue #8CACFE

Tints of Jordy Blue #8CACFE

Color information

#8CACFE (or 0x8CACFE) is unknown color: approx Jordy Blue. HEX triplet: 8C, AC and FE. RGB value is (140,172,254). Sum of RGB (Red+Green+Blue) = 140+172+254=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACFE is #735301. Grayscale: #ABABAB. Windows color (decimal): -7557890 or 16690316. OLE color: 16690316.

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

Color convert

RGB140172254-
CMYK0.450.3200.00
HSL223.16º98.28%77.25%-
HSV(B)223.16º44.88%99.61%-
XYZ43.4642.2499.63-
YUV171.78174.4105.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.73%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=24.73%
G=30.39%
B=44.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401722540.450.3200.00223.1698.2877.25
Hex8CACFE2D2000df624d
Octal214254376554000337142115
Binary100011001010110011111110101101100000001101111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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