#ACCBFA

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

Shades of Pale Cornflower Blue #ACCBFA

Tints of Pale Cornflower Blue #ACCBFA

Color information

#ACCBFA (or 0xACCBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CB and FA. RGB value is (172,203,250). Sum of RGB (Red+Green+Blue) = 172+203+250=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACCBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBFA is #533405. Grayscale: #C6C6C6. Windows color (decimal): -5452806 or 16436140. OLE color: 16436140.

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

Color convert

RGB172203250-
CMYK0.310.1900.02
HSL216.15º88.64%82.75%-
HSV(B)216.15º31.2%98.04%-
XYZ55.6258.3898.78-
YUV199.09156.73108.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.52%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 250 (98.05% from 255) = 40%
R=27.52%
G=32.48%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722032500.310.1900.02216.1588.6482.75
HexACCBFA1F1302d85953
Octal254313372372302330131123
Binary10101100110010111111101011111100110101101100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBFA; }

 p { color: rgb(172,203,250); }

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

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

 a { background-color: rgb(172,203,250); }

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

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

 span { border-color: rgb(172,203,250); }

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