#A5CCFB

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

Shades of Pale Cornflower Blue #A5CCFB

Tints of Pale Cornflower Blue #A5CCFB

Color information

#A5CCFB (or 0xA5CCFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, CC and FB. RGB value is (165,204,251). Sum of RGB (Red+Green+Blue) = 165+204+251=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5CCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CCFB is #5A3304. Grayscale: #C5C5C5. Windows color (decimal): -5911301 or 16501925. OLE color: 16501925.

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

Color convert

RGB165204251-
CMYK0.340.1900.02
HSL212.79º91.49%81.57%-
HSV(B)212.79º34.26%98.43%-
XYZ54.5258.1599.62-
YUV197.7158.08104.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.61%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=26.61%
G=32.90%
B=40.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652042510.340.1900.02212.7991.4981.57
HexA5CCFB221302d55b52
Octal245314373422302325133122
Binary101001011100110011111011100010100110101101010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCFB; }

 p { color: rgb(165,204,251); }

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

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

 a { background-color: rgb(165,204,251); }

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

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

 span { border-color: rgb(165,204,251); }

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