#A4CBFF

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

Shades of Pale Cornflower Blue #A4CBFF

Tints of Pale Cornflower Blue #A4CBFF

Color information

#A4CBFF (or 0xA4CBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CB and FF. RGB value is (164,203,255). Sum of RGB (Red+Green+Blue) = 164+203+255=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CBFF is #5B3400. Grayscale: #C5C5C5. Windows color (decimal): -5977089 or 16763812. OLE color: 16763812.

HSL color Cylindrical-coordinate representation of color #A4CBFF: hue angle of 214.29º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4CBFF is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164203255-
CMYK0.360.2000
HSL214.29º100%82.16%-
HSV(B)214.29º35.69%100%-
XYZ54.7257.82102.89-
YUV197.27160.58104.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.37%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 255 (100% from 255) = 41.00%
R=26.37%
G=32.64%
B=41.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642032550.360.2000214.2910082.16
HexA4CBFF241400d66452
Octal244313377442400326144122
Binary10100100110010111111111110010010100001101011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CBFF; }

 p { color: rgb(164,203,255); }

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

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

 a { background-color: rgb(164,203,255); }

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

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

 span { border-color: rgb(164,203,255); }

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