#8CAFF2

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

Shades of Jordy Blue #8CAFF2

Tints of Jordy Blue #8CAFF2

Color information

#8CAFF2 (or 0x8CAFF2) is unknown color: approx Jordy Blue. HEX triplet: 8C, AF and F2. RGB value is (140,175,242). Sum of RGB (Red+Green+Blue) = 140+175+242=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CAFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAFF2 is #73500D. Grayscale: #ABABAB. Windows color (decimal): -7557134 or 15904652. OLE color: 15904652.

HSL color Cylindrical-coordinate representation of color #8CAFF2: hue angle of 219.41º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CAFF2 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140175242-
CMYK0.420.2800.05
HSL219.41º79.69%74.9%-
HSV(B)219.41º42.15%94.9%-
XYZ42.1742.6590.01-
YUV172.17167.4105.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.13%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=25.13%
G=31.42%
B=43.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1401752420.420.2800.05219.4179.6974.9
Hex8CAFF22A1C05db504b
Octal214257362523405333120113
Binary1000110010101111111100101010101110001011101101110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,175,242); }

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

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

 a { background-color: rgb(140,175,242); }

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

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

 span { border-color: rgb(140,175,242); }

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