#a8cff2

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

Shades of Pale Cornflower Blue #A8CFF2

Tints of Pale Cornflower Blue #A8CFF2

Color information

#A8CFF2 (or 0xA8CFF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CF and F2. RGB value is (168,207,242). Sum of RGB (Red+Green+Blue) = 168+207+242=617 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.23% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #A8CFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFF2 is #57300D. Grayscale: #C7C7C7. Windows color (decimal): -5713934 or 15912872. OLE color: 15912872.

HSL color Cylindrical-coordinate representation of color #A8CFF2: hue angle of 208.38º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8CFF2 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168207242-
CMYK0.310.1400.05
HSL208.38º74%80.39%-
HSV(B)208.38º30.58%94.9%-
XYZ54.4959.3692.59-
YUV199.33152.08105.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.23%
GREEN value IS 207 (81.25% from 255) = 33.55%
BLUE value IS 242 (94.92% from 255) = 39.22%
R=27.23%
G=33.55%
B=39.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682072420.310.1400.05208.387480.39
HexA8CFF21FE05d04a50
Octal250317362371605320112120
Binary10101000110011111111001011111111001011101000010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8cff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8cff2; }

 p { color: rgb(168,207,242); }

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

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

 a { background-color: rgb(168,207,242); }

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

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

 span { border-color: rgb(168,207,242); }

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