#A7CBEF

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

Shades of Pale Cornflower Blue #A7CBEF

Tints of Pale Cornflower Blue #A7CBEF

Color information

#A7CBEF (or 0xA7CBEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CB and EF. RGB value is (167,203,239). Sum of RGB (Red+Green+Blue) = 167+203+239=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CBEF is #583410. Grayscale: #C4C4C4. Windows color (decimal): -5780497 or 15715239. OLE color: 15715239.

HSL color Cylindrical-coordinate representation of color #A7CBEF: hue angle of 210º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7CBEF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB167203239-
CMYK0.300.1500.06
HSL210º69.23%79.61%-
HSV(B)210º30.13%93.73%-
XYZ52.8757.1689.91-
YUV196.34152.07107.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.42%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=27.42%
G=33.33%
B=39.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672032390.300.1500.0621069.2379.61
HexA7CBEF1EF06d24550
Octal247313357361706322105120
Binary10100111110010111110111111110111101101101001010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBEF; }

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

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

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

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

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

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

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

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