#A7CBEC

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

Shades of Pale Cornflower Blue #A7CBEC

Tints of Pale Cornflower Blue #A7CBEC

Color information

#A7CBEC (or 0xA7CBEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CB and EC. RGB value is (167,203,236). Sum of RGB (Red+Green+Blue) = 167+203+236=606 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.56% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CBEC is #583413. Grayscale: #C3C3C3. Windows color (decimal): -5780500 or 15518631. OLE color: 15518631.

HSL color Cylindrical-coordinate representation of color #A7CBEC: hue angle of 208.7º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7CBEC is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167203236-
CMYK0.290.1400.07
HSL208.7º64.49%79.02%-
HSV(B)208.7º29.24%92.55%-
XYZ52.4356.9887.59-
YUV196150.57107.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.56%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=27.56%
G=33.50%
B=38.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672032360.290.1400.07208.764.4979.02
HexA7CBEC1DE07d1404f
Octal247313354351607321100117
Binary10100111110010111110110011101111001111101000110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBEC; }

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

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

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

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

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

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

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

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