#8CACF8

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

Shades of Jordy Blue #8CACF8

Tints of Jordy Blue #8CACF8

Color information

#8CACF8 (or 0x8CACF8) is unknown color: approx Jordy Blue. HEX triplet: 8C, AC and F8. RGB value is (140,172,248). Sum of RGB (Red+Green+Blue) = 140+172+248=560 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #8CACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACF8 is #735307. Grayscale: #AAAAAA. Windows color (decimal): -7557896 or 16297100. OLE color: 16297100.

HSL color Cylindrical-coordinate representation of color #8CACF8: hue angle of 222.22º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CACF8 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB140172248-
CMYK0.440.3100.03
HSL222.22º88.52%76.08%-
HSV(B)222.22º43.55%97.25%-
XYZ42.5141.8694.65-
YUV171.1171.4105.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 248 (97.27% from 255) = 44.29%
R=25%
G=30.71%
B=44.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1401722480.440.3100.03222.2288.5276.08
Hex8CACF82C1F03de594c
Octal214254370543703336131114
Binary100011001010110011111000101100111110111101111010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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