#A7CBF1

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

Shades of Pale Cornflower Blue #A7CBF1

Tints of Pale Cornflower Blue #A7CBF1

Color information

#A7CBF1 (or 0xA7CBF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CB and F1. RGB value is (167,203,241). Sum of RGB (Red+Green+Blue) = 167+203+241=611 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.33% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #A7CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CBF1 is #58340E. Grayscale: #C4C4C4. Windows color (decimal): -5780495 or 15846311. OLE color: 15846311.

HSL color Cylindrical-coordinate representation of color #A7CBF1: hue angle of 210.81º degrees, saturation: 0.73, 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 #A7CBF1 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167203241-
CMYK0.310.1600.05
HSL210.81º72.55%80%-
HSV(B)210.81º30.71%94.51%-
XYZ53.1757.2891.47-
YUV196.57153.07106.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.33%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=27.33%
G=33.22%
B=39.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672032410.310.1600.05210.8172.5580
HexA7CBF11F1005d34950
Octal247313361372005323111120
Binary101001111100101111110001111111000001011101001110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBF1; }

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

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

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

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

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

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

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

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