#A7CBFA

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

Shades of Pale Cornflower Blue #A7CBFA

Tints of Pale Cornflower Blue #A7CBFA

Color information

#A7CBFA (or 0xA7CBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CB and FA. RGB value is (167,203,250). Sum of RGB (Red+Green+Blue) = 167+203+250=620 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.94% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CBFA is #583405. Grayscale: #C5C5C5. Windows color (decimal): -5780486 or 16436135. OLE color: 16436135.

HSL color Cylindrical-coordinate representation of color #A7CBFA: hue angle of 213.98º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7CBFA is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167203250-
CMYK0.330.1900.02
HSL213.98º89.25%81.76%-
HSV(B)213.98º33.2%98.04%-
XYZ54.5557.8398.73-
YUV197.59157.57106.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.94%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=26.94%
G=32.74%
B=40.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672032500.330.1900.02213.9889.2581.76
HexA7CBFA211302d65952
Octal247313372412302326131122
Binary101001111100101111111010100001100110101101011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBFA; }

 p { color: rgb(167,203,250); }

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

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

 a { background-color: rgb(167,203,250); }

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

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

 span { border-color: rgb(167,203,250); }

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