#A2CBF3

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

Shades of Pale Cornflower Blue #A2CBF3

Tints of Pale Cornflower Blue #A2CBF3

Color information

#A2CBF3 (or 0xA2CBF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, CB and F3. RGB value is (162,203,243). Sum of RGB (Red+Green+Blue) = 162+203+243=608 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.64% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #A2CBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CBF3 is #5D340C. Grayscale: #C3C3C3. Windows color (decimal): -6108173 or 15977378. OLE color: 15977378.

HSL color Cylindrical-coordinate representation of color #A2CBF3: hue angle of 209.63º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2CBF3 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162203243-
CMYK0.330.1600.05
HSL209.63º77.14%79.41%-
HSV(B)209.63º33.33%95.29%-
XYZ52.4356.8693.01-
YUV195.3154.92104.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.64%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 243 (95.31% from 255) = 39.97%
R=26.64%
G=33.39%
B=39.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622032430.330.1600.05209.6377.1479.41
HexA2CBF3211005d24d4f
Octal242313363412005322115117
Binary1010001011001011111100111000011000001011101001010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CBF3; }

 p { color: rgb(162,203,243); }

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

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

 a { background-color: rgb(162,203,243); }

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

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

 span { border-color: rgb(162,203,243); }

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