#ACCBED

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

Shades of Pale Cornflower Blue #ACCBED

Tints of Pale Cornflower Blue #ACCBED

Color information

#ACCBED (or 0xACCBED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CB and ED. RGB value is (172,203,237). Sum of RGB (Red+Green+Blue) = 172+203+237=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACCBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBED is #533412. Grayscale: #C5C5C5. Windows color (decimal): -5452819 or 15584172. OLE color: 15584172.

HSL color Cylindrical-coordinate representation of color #ACCBED: hue angle of 211.38º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACCBED is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172203237-
CMYK0.270.1400.07
HSL211.38º64.36%80.2%-
HSV(B)211.38º27.43%92.94%-
XYZ53.6657.688.41-
YUV197.61150.23109.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=28.10%
G=33.17%
B=38.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722032370.270.1400.07211.3864.3680.2
HexACCBED1BE07d34050
Octal254313355331607323100120
Binary10101100110010111110110111011111001111101001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBED; }

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

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

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

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

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

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

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

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