#A0CDFB

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

Shades of Pale Cornflower Blue #A0CDFB

Tints of Pale Cornflower Blue #A0CDFB

Color information

#A0CDFB (or 0xA0CDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CD and FB. RGB value is (160,205,251). Sum of RGB (Red+Green+Blue) = 160+205+251=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0CDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CDFB is #5F3204. Grayscale: #C4C4C4. Windows color (decimal): -6238725 or 16502176. OLE color: 16502176.

HSL color Cylindrical-coordinate representation of color #A0CDFB: hue angle of 210.33º 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 #A0CDFB is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160205251-
CMYK0.360.1800.02
HSL210.33º91.92%80.59%-
HSV(B)210.33º36.25%98.43%-
XYZ53.7458.199.65-
YUV196.79158.59101.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.97%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=25.97%
G=33.28%
B=40.75%

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
Decimal1602052510.360.1800.02210.3391.9280.59
HexA0CDFB241202d25c51
Octal240315373442202322134121
Binary101000001100110111111011100100100100101101001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDFB; }

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

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

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

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

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

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

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

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