#A7CDFE

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

Shades of Pale Cornflower Blue #A7CDFE

Tints of Pale Cornflower Blue #A7CDFE

Color information

#A7CDFE (or 0xA7CDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CD and FE. RGB value is (167,205,254). Sum of RGB (Red+Green+Blue) = 167+205+254=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CDFE is #583201. Grayscale: #C6C6C6. Windows color (decimal): -5779970 or 16698791. OLE color: 16698791.

HSL color Cylindrical-coordinate representation of color #A7CDFE: hue angle of 213.79º 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 #A7CDFE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB167205254-
CMYK0.340.1900.00
HSL213.79º97.75%82.55%-
HSV(B)213.79º34.25%99.61%-
XYZ55.6659.03102.23-
YUV199.22158.91105.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.68%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=26.68%
G=32.75%
B=40.58%

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
Decimal1672052540.340.1900.00213.7997.7582.55
HexA7CDFE221300d66253
Octal247315376422300326142123
Binary10100111110011011111111010001010011001101011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDFE; }

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

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

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

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

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

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

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

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