#A7CDFB

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

Shades of Pale Cornflower Blue #A7CDFB

Tints of Pale Cornflower Blue #A7CDFB

Color information

#A7CDFB (or 0xA7CDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CD and FB. RGB value is (167,205,251). Sum of RGB (Red+Green+Blue) = 167+205+251=623 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.81% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7CDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CDFB is #583204. Grayscale: #C6C6C6. Windows color (decimal): -5779973 or 16502183. OLE color: 16502183.

HSL color Cylindrical-coordinate representation of color #A7CDFB: hue angle of 212.86º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7CDFB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167205251-
CMYK0.330.1800.02
HSL212.86º91.3%81.96%-
HSV(B)212.86º33.47%98.43%-
XYZ55.1858.8499.72-
YUV198.88157.41105.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.81%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=26.81%
G=32.91%
B=40.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672052510.330.1800.02212.8691.381.96
HexA7CDFB211202d55b52
Octal247315373412202325133122
Binary101001111100110111111011100001100100101101010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDFB; }

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

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

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

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

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

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

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

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