#A0CFFB

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

Shades of Pale Cornflower Blue #A0CFFB

Tints of Pale Cornflower Blue #A0CFFB

Color information

#A0CFFB (or 0xA0CFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CF and FB. RGB value is (160,207,251). Sum of RGB (Red+Green+Blue) = 160+207+251=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0CFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFFB is #5F3004. Grayscale: #C5C5C5. Windows color (decimal): -6238213 or 16502688. OLE color: 16502688.

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

Color convert

RGB160207251-
CMYK0.360.1800.02
HSL209.01º91.92%80.59%-
HSV(B)209.01º36.25%98.43%-
XYZ54.2259.0699.81-
YUV197.96157.93100.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.89%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=25.89%
G=33.50%
B=40.61%

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
Decimal1602072510.360.1800.02209.0191.9280.59
HexA0CFFB241202d15c51
Octal240317373442202321134121
Binary101000001100111111111011100100100100101101000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFFB; }

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

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

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

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

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

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

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

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