#A7CFFE

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

Shades of Pale Cornflower Blue #A7CFFE

Tints of Pale Cornflower Blue #A7CFFE

Color information

#A7CFFE (or 0xA7CFFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CF and FE. RGB value is (167,207,254). Sum of RGB (Red+Green+Blue) = 167+207+254=628 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.59% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFFE is #583001. Grayscale: #C8C8C8. Windows color (decimal): -5779458 or 16699303. OLE color: 16699303.

HSL color Cylindrical-coordinate representation of color #A7CFFE: hue angle of 212.41º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7CFFE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB167207254-
CMYK0.340.1900.00
HSL212.41º97.75%82.55%-
HSV(B)212.41º34.25%99.61%-
XYZ56.1460102.39-
YUV200.4158.25104.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.59%
GREEN value IS 207 (81.25% from 255) = 32.96%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=26.59%
G=32.96%
B=40.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1672072540.340.1900.00212.4197.7582.55
HexA7CFFE221300d46253
Octal247317376422300324142123
Binary10100111110011111111111010001010011001101010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFFE; }

 p { color: rgb(167,207,254); }

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

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

 a { background-color: rgb(167,207,254); }

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

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

 span { border-color: rgb(167,207,254); }

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