#ACCBFF

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

Shades of Pale Cornflower Blue #ACCBFF

Tints of Pale Cornflower Blue #ACCBFF

Color information

#ACCBFF (or 0xACCBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CB and FF. RGB value is (172,203,255). Sum of RGB (Red+Green+Blue) = 172+203+255=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBFF is #533400. Grayscale: #C7C7C7. Windows color (decimal): -5452801 or 16763820. OLE color: 16763820.

HSL color Cylindrical-coordinate representation of color #ACCBFF: hue angle of 217.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACCBFF is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172203255-
CMYK0.330.2000
HSL217.59º100%83.73%-
HSV(B)217.59º32.55%100%-
XYZ56.4258.7102.96-
YUV199.66159.23108.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 255 (100% from 255) = 40.48%
R=27.30%
G=32.22%
B=40.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722032550.330.2000217.5910083.73
HexACCBFF211400da6454
Octal254313377412400332144124
Binary10101100110010111111111110000110100001101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBFF; }

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

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

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

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

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

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

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

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