#A1CDFB

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

Shades of Pale Cornflower Blue #A1CDFB

Tints of Pale Cornflower Blue #A1CDFB

Color information

#A1CDFB (or 0xA1CDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CD and FB. RGB value is (161,205,251). Sum of RGB (Red+Green+Blue) = 161+205+251=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1CDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDFB is #5E3204. Grayscale: #C4C4C4. Windows color (decimal): -6173189 or 16502177. OLE color: 16502177.

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

Color convert

RGB161205251-
CMYK0.360.1800.02
HSL210.67º91.84%80.78%-
HSV(B)210.67º35.86%98.43%-
XYZ53.9458.299.66-
YUV197.09158.42102.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.09%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=26.09%
G=33.23%
B=40.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612052510.360.1800.02210.6791.8480.78
HexA1CDFB241202d35c51
Octal241315373442202323134121
Binary101000011100110111111011100100100100101101001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDFB; }

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

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

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

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

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

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

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

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