#A8CAFE

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

Shades of Pale Cornflower Blue #A8CAFE

Tints of Pale Cornflower Blue #A8CAFE

Color information

#A8CAFE (or 0xA8CAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CA and FE. RGB value is (168,202,254). Sum of RGB (Red+Green+Blue) = 168+202+254=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAFE is #573501. Grayscale: #C5C5C5. Windows color (decimal): -5715202 or 16698024. OLE color: 16698024.

HSL color Cylindrical-coordinate representation of color #A8CAFE: hue angle of 216.28º 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 #A8CAFE is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168202254-
CMYK0.340.2000.00
HSL216.28º97.73%82.75%-
HSV(B)216.28º33.86%99.61%-
XYZ55.1657.72102-
YUV197.76159.74106.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.92%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=26.92%
G=32.37%
B=40.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682022540.340.2000.00216.2897.7382.75
HexA8CAFE221400d86253
Octal250312376422400330142123
Binary10101000110010101111111010001010100001101100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CAFE; }

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

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

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

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

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

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

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

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