#A8CEFE

Color #A8CEFE Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A8CEFE

Tints of Pale Cornflower Blue #A8CEFE

Color information

#A8CEFE (or 0xA8CEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CE and FE. RGB value is (168,206,254). Sum of RGB (Red+Green+Blue) = 168+206+254=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEFE is #573101. Grayscale: #C7C7C7. Windows color (decimal): -5714178 or 16699048. OLE color: 16699048.

HSL color Cylindrical-coordinate representation of color #A8CEFE: hue angle of 213.49º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CEFE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168206254-
CMYK0.340.1900.00
HSL213.49º97.73%82.75%-
HSV(B)213.49º33.86%99.61%-
XYZ56.1159.62102.32-
YUV200.11158.41105.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.75%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=26.75%
G=32.80%
B=40.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682062540.340.1900.00213.4997.7382.75
HexA8CEFE221300d56253
Octal250316376422300325142123
Binary10101000110011101111111010001010011001101010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CEFE; }

 p { color: rgb(168,206,254); }

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

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

 a { background-color: rgb(168,206,254); }

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

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

 span { border-color: rgb(168,206,254); }

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